Rev IQ Credits Usage
Retrieves Rev IQ credits usage. Data for video and live events is collected.
GET
/api/v2/analytics/accounts/iq-credits-usage
Request Parameters
| Name | Type | Description |
|---|---|---|
| startDate | string | Filter date for those recorded credits that happened on or after the WHEN field. |
| endDate | string | Filter date for those recorded credits that happened on or before the WHEN field. |
| scrollId | string | Tracking Id generated by the system to support pagination requests. |
Example Response
{
"scrollId":"string"
"total":0
"sessions":[
0:{
"ResourceId":"string"
"ResourceType":"string"
"Title":"string"
"Duration":"2021-02-08T15:56:00.762Z"
"Initiator":{
"UserId":"string"
"FirstName":"string"
"LastName":"string"
"FullName":"string"
"Username":"string"
}
"Creator":{
"UserId":"string"
"FirstName":"string"
"LastName":"string"
"FullName":"string"
"Username":"string"
}
"Usage":"string"
"Credits":0
"Languages":[
0:"string"
]
"When":"2021-02-08T15:56:00.762Z"
}
]
}
Response Codes
| Code | Description |
|---|---|
| 400 | Bad request |
| 401 | Unauthorized error |
| 404 | Resource not found |
| 500 | Internal server error |