View an HLR
Retrieves the information of an existing HLR. You only need to supply the unique message id that was returned upon creation or receiving.
Definition
GET https://app.bsg.hk/rest/hlr/{id}
Required parameters
Parameter
Type
Description
id
type: int
An unique random ID which is created on the BSG platform and is returned upon creation of the object. Required
Example response
{ “id”:”1″,
“reference”:”extid1″,
“msisdn”:”380932990000″,
“network”:”unknown”,
“status”:”unknown”,
“details”:
{
“ported”:”0″,
“roaming”:”0″
},
“createdDatetime”:”2015-08-04T06:50:19+00:00″,
“statusDatetime”:”2015-08-04T06:50:19+00:00″
}