getClickstreamRequest
get
/ccagent/v1/personalDataReports/requests/{id}
Retreive status and information about a clickstream history report
Request
Supported Media Types
- application/json
Path Parameters
-
id(required): string
Report ID
Response
Supported Media Types
- application/json
200 Response
Status and information about requested clickstream report
Root Schema : clickstreamReportRecord
Type:
Show Source
object
-
agentId:
string
ID of agent who requested the report
-
downloadURL:
string
URL where report can be downloaded when ready
-
id:
string
Generated report ID
-
key:
string
Key to be used for decryption of report
-
reportCreationTime:
string
Time of report creation
-
requestCreationTime:
string
Time at which report request was received
-
status:
string
Status of report (PENDING, DELIVERED, DELETED)
Default Response
Error response
Root Schema : errorModel
Type:
Show Source
object
-
devMessage:
string
An optional non-localized message containing technical information for developers
-
errorCode:
string
The numerical code identifying the error
-
errors:
array errors
An optional list of errors if multiple errors were encountered
-
message:
string
The localized message describing the error
-
moreInfo:
string
An optional non-localized message with more information
-
o:errorPath:
string
An optional machine readable description of where the error occurred
-
status:
string
The HTTP status code
-
type:
string
The URI to the HTTP state code definition
Nested Schema : errors
Type:
array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type:
Show Source
object
-
devMessage:
string
An optional non-localized message containing technical information for developers
-
errorCode:
string
The numerical code identifying the error
-
message:
string
The localized message describing the error
-
moreInfo:
string
An optional non-localized message with more information
-
o:errorPath:
string
An optional machine readable description of where the error occurred
-
status:
string
The HTTP status code