Gets diagnostic activations
GET {{baseUrl}}/diagnosticActivations?size=20&page=0&sort=<string>
Get diagnostic activations. Agents are allowed to get their own activation. Users with sufficient scopes are allowed to get all activations in the same tenant as in the token.
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| size | number | The maximum number of elements in a page. | |
| page | number | The (0-based) index of page. | |
| sort | string | The order of returned elements. | |
| Multiple fields could be used separated by commas (e.g. ''field1,field2''). | |||
| Descending order could be requested by appending '',desc'' at the end of parameter.(e.g. ''field1,field2,desc'')' | |||
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Accept | string | 
RESPONSES
status: OK
{"content":[{"agentId":"3b27818ea09a46b48c7eb3fbd878349f","id":"8f273818-e975-11e8-9f32-f2801f1b9fd1","status":"ACTIVE"},{"agentId":"3b27818ea09a46b48c7eb3fbd878349f","id":"8f273818-e975-11e8-9f32-f2801f1b9fd1","status":"ACTIVE"}],"totalPages":1,"totalElements":1,"last":true,"numberOfElements":1,"first":true,"sort":[{"direction":"DESC","property":"sint Duis laborum cillum ullamco","ignoreCase":false,"nullHandling":"NULLS_LAST","descending":false,"ascending":false},{"direction":"DESC","property":"eu","ignoreCase":false,"nullHandling":"NATIVE","descending":true,"ascending":false}],"size":20,"number":0}