List IMSIs

Returns the list of IMSIs, 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.

Query parameters

qstringOptionalformat: "(id|status|imsi|sim|import_date|type|imsi_pool)\:.+"
Filter parameter in `<parameter>:<value>` format. Multiple filters must be a comma-separated list of the following fields: * `id` * `status` * `imsi` * `sim` * `import_date` * `type` * `imsi_pool`
pagedoubleOptional
Current page number
per_pagedoubleOptional
Paging parameters defining the number of items per page
sortstringOptionalformat: "-?(id|status|imsi|sim|import_date|type|imsi_pool),?"
Sort parameter in `<operator><field>` format. Sort properties according to a comma-separated list from the following fields: * `id` * `status` * `imsi` * `sim` * `import_date` * `type` * `imsi_pool`

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 IMSIs
idinteger or null
imsistring or null
import_datestring or null
statusobject or null
imsi_poolobject or null
typeobject or null
simobject or null