Audit Details of All Groups and a Specific Group
All Groups Audit Details
This API will retrieve audit details of all groups.
NOTE: This API is available as of Rev v7.24 and September 2018.
GET
/network/audit/accounts/{accountId}/groups
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.785Z",
"principal": "string",
"previousState": "string",
"currentState": "string"
},
"header": {
"totalRecords": 0,
"nextFromDate": "2018-08-30T13:20:01.785Z",
"nextContinuationToken": "string"
}
}
Response Codes
| Code | Description |
|---|---|
| 401 | Unauthorized error |
| 500 | Internal server error |
Audit Details of Specified Group
This API will retrieve audit details of a specified group.
NOTE: This API is available as of Rev v7.24 and September 2018.
GET
/network/audit/accounts/{accountId}/groups/{groupId}
Request Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| groupId | string | ID of the group | 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.792Z",
"principal": "string",
"previousState": "string",
"currentState": "string"
},
"header": {
"totalRecords": 0,
"nextFromDate": "2018-08-30T13:20:01.792Z",
"nextContinuationToken": "string"
}
}
Response Codes
| Code | Description |
|---|---|
| 401 | Unauthorized error |
| 500 | Internal server error |
- All Groups Audit
-
All Groups Audit Details
This API will retrieve audit details of all groups.
NOTE: This API is available as of Rev v7.24 and September 2018.
GET/network/audit/accounts/{accountId}/groupsRequest 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.785Z", "principal": "string", "previousState": "string", "currentState": "string" }, "header": { "totalRecords": 0, "nextFromDate": "2018-08-30T13:20:01.785Z", "nextContinuationToken": "string" } }Response Codes
Code Description 401 Unauthorized error 500 Internal server error - Specific Group Audit
-
Audit Details of Specified Group
This API will retrieve audit details of a specified group.
NOTE: This API is available as of Rev v7.24 and September 2018.
GET/network/audit/accounts/{accountId}/groups/{groupId}Request Parameters
Name Type Description Required groupId string ID of the group 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.792Z", "principal": "string", "previousState": "string", "currentState": "string" }, "header": { "totalRecords": 0, "nextFromDate": "2018-08-30T13:20:01.792Z", "nextContinuationToken": "string" } }Response Codes
Code Description 401 Unauthorized error 500 Internal server error