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

KeyDatatypeRequiredDescription
sizenumberThe maximum number of elements in a page.
pagenumberThe (0-based) index of page.
sortstringThe 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

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;content&quot;:[{&quot;agentId&quot;:&quot;3b27818ea09a46b48c7eb3fbd878349f&quot;,&quot;id&quot;:&quot;8f273818-e975-11e8-9f32-f2801f1b9fd1&quot;,&quot;status&quot;:&quot;ACTIVE&quot;},{&quot;agentId&quot;:&quot;3b27818ea09a46b48c7eb3fbd878349f&quot;,&quot;id&quot;:&quot;8f273818-e975-11e8-9f32-f2801f1b9fd1&quot;,&quot;status&quot;:&quot;ACTIVE&quot;}],&quot;totalPages&quot;:1,&quot;totalElements&quot;:1,&quot;last&quot;:true,&quot;numberOfElements&quot;:1,&quot;first&quot;:true,&quot;sort&quot;:[{&quot;direction&quot;:&quot;DESC&quot;,&quot;property&quot;:&quot;sint Duis laborum cillum ullamco&quot;,&quot;ignoreCase&quot;:false,&quot;nullHandling&quot;:&quot;NULLS_LAST&quot;,&quot;descending&quot;:false,&quot;ascending&quot;:false},{&quot;direction&quot;:&quot;DESC&quot;,&quot;property&quot;:&quot;eu&quot;,&quot;ignoreCase&quot;:false,&quot;nullHandling&quot;:&quot;NATIVE&quot;,&quot;descending&quot;:true,&quot;ascending&quot;:false}],&quot;size&quot;:20,&quot;number&quot;:0}