post https://connect.routee.net/lookup/tracking
Limit the tracking result of multiple Lookup records by passing filters
RESPONSE PARAMETERS
KEY | DESCRIPTION |
---|---|
totalPages | The number of total pages. |
last | Whether the current page is the last one. |
totalElements | The total amount of elements for the current search. |
first | Whether the current page is the first one. |
numberOfElements | The number of elements currently on this page. |
number | The requested page number. |
size | The requested page size. |
content | Contains the search results. |
content.to | The number for which the lookup service was called. |
content.label | The label that the user may has provided when the lookup service was called. |
content.lookupId | The tracking id of the lookup request. |
content.createdAt | The date that the look up request was performed. |
content.statusInfo | Information about the lookup request status. |
content.statusInfo.status | The status of the look up request. |
content.statusInfo.description | A more descriptive information about the status of the request. |
content.statusInfo.updatedAt | The date that the request's status has been updated. |
content.details | Details about the country and network of the number that the lookup request is performed. |
content.details.mcc | The mobile country code. |
content.details.country | The country of the specified number. |
content.details.country.code | The country code in ISO 3166-1 alpha-2 format. |
content.details.country.name | The country name translated in the requested language. |
content.details.country.localeName | The country name translated in its native language. |
content.details.country.isoA3Code | The code of the country in ISO 3166-1 alpha-2 format. |
content.details.network | Details about the network of the number that the look up request is performed. |
content.details.network.name | The name of the number's ported network. |
content.details.network.mnc | The code of the number's ported network. |
content.details.imsi | Is used to identify the user of a cellular network and is a unique identification associated with all cellular networks. |
content.details.ported | Indicates if the number's network has changed. |
content.details.portedNetwork | Information about the ported network's code and name. |
content.details.portedNetwork.name | The name of the number's ported network. |
content.details.portedNetwork.mnc | The code of the number's ported network. |
content.details.roamingNetwork | Information about the roaming network's code and name. |
content.details.roamingNetwork.state | Indicates if the number is in roaming mode. |
content.details.roamingNetwork.mcc | The country code of the roaming network. |
content.details.roamingNetwork.mnc | The network code of the roaming network. |
content.details.roamingNetwork.country | The country name of the roaming network. |
content.details.roamingNetwork.countryIsoCode | The country code in ISO 3166-1 alpha-2 form |
content.details.roamingNetwork.network | The network name of the roaming network. |
content.applicationName | The name of the application which executed the lookup. |
ERROR CODES
STATUS | CODE | DESCRIPTION |
---|---|---|
403 | 400001009 | User is not authenticated. |
404 | 400005000 | User is not found. |