List IMSI Events

Returns the list of events, filtered, sorted and paged according to query parameters.

Authentication

AuthorizationBearer

An auth_token should be provided to authenticate a session.

To obtain an auth_token, see the POST request to /api/v1/authenticate.

Path parameters

imsi_iddoubleRequired
Numerical ID of an IMSI

Query parameters

qstringOptionalformat: "(timestamp|description|source|severity|organisation|endpoint|tags|ip_address|imei|iccid|imsi)\:.+"
Filter parameter in `<parameter>:<value>` format. Expects a comma-separated list of the allowed fields: * `timestamp` * `description` * `source` * `severity` * `organisation` * `endpoint` * `tags` * `ip_address` * `imei` * `iccid` * `imsi`
pagedoubleOptional
Current page number
per_pagedoubleOptional
Paging parameters defining the number of items per page
sortstringOptional
Sort properties according to a comma separated list of accepted fields

Response headers

X-Count-Per-Pageinteger

The requested per_page parameter

X-Current-Pageinteger
The current page number within the current data set
X-Total-Countinteger
The total element count in the current data set
X-Total-Pagesinteger
The total page count in the current data set
X-Filterstring or null

If filtering is applied using ?q=field:criteria URL query parameters, the filter criteria is returned here

X-Sortstring or null

If sorting is applied using ?sort=sort_criteria URL query parameters, the sort criteria is returned here

Response

Successfully returned a list of IMSI events
timestampstring or null
alertboolean or null
descriptionstring or null
idinteger or null
event_typeobject or null
event_sourceobject or null
event_severityobject or null
organisationobject or null
endpointobject or null
simobject or null
imsiobject or null