api/v1/sims

Method: GET https://simportal-api-staging.azurewebsites.net/api/v1/sims?search={search}&skip={skip}&take={take}

Summary

Get a list of SIMs for the current reseller

Request Information

URI Parameters

NameDescriptionTypeAdditional information
search

Used to find a partial match against mobile number, ICCID, SIM tag, owner email address and owner mobile number.

string

None.

skip

The number of records to skip

integer

Default value is 0

take

The number of records requested

integer

Default value is 10

Body Parameters

None.

Response Information

Resource Description

Collection of SimModel
NameDescriptionTypeAdditional information
Allownace

integer

None.

Barred

boolean

None.

BoltonAllowance

integer

None.

ContactEmail

string

None.

ContactMobileNumber

string

None.

SimTag

string

None.

HasBoltons

boolean

None.

ICCID

string

None.

Id

globally unique identifier

None.

ModileNumber

string

None.

Operator

string

None.

LastSeenCountry

string

None.

LastSeenNetwork

string

None.

LastSeenAt

date

None.

AllowanceUsedPercent

decimal number

None.

State

SimState

None.

Tariff

string

None.

TariffAllowance

integer

None.

Usage

integer

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.