Audit Details of All Videos and a Specific Video
All Videos Audit Details
This API will retrieve audit details of all videos.
NOTE: This API is available as of Rev v7.24 and September 2018.
GET
/network/audit/accounts/{accountId}/videos
Request Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| fromDate | date-time | Valid start date | Yes |
| toDate | date-time | Valid end date. Must be greater than the start date. | Yes |
| nextContinuationToken | string | Id from subsequent request to get next set of records. | No |
Example Response
{
"general": {
"messageKey": "string",
"entityKey": "string",
"entityId": "string",
"when": "2018-08-30T13:20:01.805Z",
"principal": "string",
"previousState": "string",
"currentState": "string"
},
"header": {
"totalRecords": 0,
"nextFromDate": "2018-08-30T13:20:01.805Z",
"nextContinuationToken": "string"
}
}
Response Codes
| Code | Description |
|---|---|
| 401 | Unauthorized error |
| 500 | Internal server error |
Audit Details of Specified Video
This API will retrieve audit details of a specified video.
NOTE: This API is available as of Rev v7.24 and September 2018.
GET
/network/audit/accounts/{accountId}/videos/{videoId}
Request Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| videoId | string | ID of the video | Yes |
| fromDate | date-time | Valid start date | Yes |
| toDate | date-time | Valid end date. Must be greater than the start date. | Yes |
| nextContinuationToken | string | Id from subsequent request to get next set of records. | No |
Example Response
{
"general": {
"messageKey": "string",
"entityKey": "string",
"entityId": "string",
"when": "2018-08-30T13:20:01.809Z",
"principal": "string",
"previousState": "string",
"currentState": "string"
},
"header": {
"totalRecords": 0,
"nextFromDate": "2018-08-30T13:20:01.809Z",
"nextContinuationToken": "string"
}
}
Response Codes
| Code | Description |
|---|---|
| 401 | Unauthorized error |
| 500 | Internal server error |
- All Videos Audit
-
All Videos Audit Details
This API will retrieve audit details of all videos.
NOTE: This API is available as of Rev v7.24 and September 2018.
GET/network/audit/accounts/{accountId}/videosRequest Parameters
Name Type Description Required fromDate date-time Valid start date Yes toDate date-time Valid end date. Must be greater than the start date. Yes nextContinuationToken string Id from subsequent request to get next set of records. No Example Response
{ "general": { "messageKey": "string", "entityKey": "string", "entityId": "string", "when": "2018-08-30T13:20:01.805Z", "principal": "string", "previousState": "string", "currentState": "string" }, "header": { "totalRecords": 0, "nextFromDate": "2018-08-30T13:20:01.805Z", "nextContinuationToken": "string" } }Response Codes
Code Description 401 Unauthorized error 500 Internal server error - Specific Video Audit
-
Audit Details of Specified Video
This API will retrieve audit details of a specified video.
NOTE: This API is available as of Rev v7.24 and September 2018.
GET/network/audit/accounts/{accountId}/videos/{videoId}Request Parameters
Name Type Description Required videoId string ID of the video Yes fromDate date-time Valid start date Yes toDate date-time Valid end date. Must be greater than the start date. Yes nextContinuationToken string Id from subsequent request to get next set of records. No Example Response
{ "general": { "messageKey": "string", "entityKey": "string", "entityId": "string", "when": "2018-08-30T13:20:01.809Z", "principal": "string", "previousState": "string", "currentState": "string" }, "header": { "totalRecords": 0, "nextFromDate": "2018-08-30T13:20:01.809Z", "nextContinuationToken": "string" } }Response Codes
Code Description 401 Unauthorized error 500 Internal server error