Confirm HLR Registration

Endpoint

GET
undefined/service/{id}

This operation retrieves a Service entity to confirm HLR Registration. Attribute selection is enabled for all first level attributes. (TMF 640)

arrowSecurity

oauth2

Get a JWT Token from AT&T's Azure AD
authorizationCode:
scopes:
tokenUrl:
authorizationUrl:
arrowRequest

Query Parameters

          Header Parameters

                  Body Parameters

                  Responses

                  Success

                  arrowBody

                  application/json

                  REQUEST

                  1
                  2
                  3
                  4
                  curl --request GET \
                       --url 'https://example.com/service/id?@type=string&billingMarket=string&billingSubMarket=string&fields=string' \
                       --header 'accept: string' \
                       --header 'authorization: string'

                  RESPONSE

                  1
                  2
                  3
                  4
                  5
                  6
                  7
                  8
                  9
                  10
                  11
                  12
                  13
                  14
                  15
                  16
                  17
                  18
                  19
                  20
                  21
                  22
                  23
                  24
                  25
                  26
                  27
                  28
                  29
                  30
                  31
                  32
                  33
                  34
                  35
                  36
                  37
                  38
                  39
                  40
                  41
                  42
                  43
                  44
                  45
                  46
                  47
                  48
                  49
                  50
                  51
                  52
                  53
                  54
                  55
                  56
                  57
                  58
                  59
                  60
                  61
                  62
                  63
                  64
                  65
                  66
                  67
                  68
                  69
                  70
                  71
                  72
                  73
                  74
                  75
                  76
                  77
                  78
                  79
                  80
                  81
                  82
                  83
                  84
                  85
                  86
                  87
                  88
                  89
                  90
                  91
                  92
                  93
                  94
                  95
                  96
                  97
                  98
                  99
                  100
                  101
                  102
                  103
                  104
                  105
                  106
                  107
                  108
                  109
                  110
                  111
                  112
                  113
                  114
                  115
                  116
                  117
                  118
                  119
                  120
                  121
                  122
                  123
                  124
                  125
                  126
                  127
                  128
                  129
                  130
                  131
                  132
                  133
                  134
                  135
                  136
                  137
                  138
                  139
                  140
                  141
                  142
                  143
                  144
                  145
                  146
                  147
                  148
                  149
                  150
                  151
                  152
                  153
                  154
                  155
                  156
                  157
                  158
                  159
                  160
                  161
                  162
                  {
                    "id": "",
                    "LTE": {
                      "dataEnabledIndicator": false,
                      "voiceEnabledIndicator": false
                    },
                    "HSPA": {
                      "dataEnabledIndicator": false,
                      "voiceEnabledIndicator": false
                    },
                    "hlrprofile": {
                      "id": "",
                      "mdn": "",
                      "Gprs": {
                        "netAccess": 0,
                        "PDPContext": [
                          {
                            "packetDataProtocolName": "",
                            "ipAddress": "",
                            "ipAddressType": "",
                            "extendedIPAddress": "",
                            "extendedIpType": "",
                            "qosCOSName": ""
                          }
                        ]
                      },
                      "Barring": {
                        "incoming": "",
                        "outgoing": ""
                      },
                      "MSCDetails": {
                        "e164Address": "",
                        "e164Location": "",
                        "mscStateChangeRecord": "",
                        "prevServingMscAddress": ""
                      },
                      "VLRDetails": {
                        "e164Address": "",
                        "e164Location": "",
                        "currentVLRAttached": false,
                        "prevServingVlrAddress": ""
                      },
                      "SGSNDetails": {
                        "e164Address": "",
                        "e164Location": "",
                        "currentSGSNAttached": false,
                        "prevServingSgsnAddress": ""
                      },
                      "roamEntitlement": "",
                      "CallingFeatures": {
                        "CallerId": [
                          {
                            "ctype": "ID",
                            "provisionedIndicator": false,
                            "activeIndicator": false,
                            "blockMode": 0,
                            "overrideIndicator": false
                          }
                        ],
                        "CallWaiting": {
                          "activeIndicator": false,
                          "provisionedIndicator": false
                        },
                        "CallForwarding": [
                          {
                            "ctype": "BUSY",
                            "provisionedIndicator": false,
                            "activeIndicator": false,
                            "forwardingRingTime": "",
                            "forwardingTN": ""
                          }
                        ],
                        "SmsRestrictions": {
                          "OriginatingRestriction": {
                            "activeIndicator": false,
                            "provisionedIndicator": false
                          },
                          "TerminatingRestriction": {
                            "activeIndicator": false,
                            "provisionedIndicator": false
                          }
                        },
                        "MultiPartyCalling": {
                          "activeIndicator": false,
                          "provisionedIndicator": false
                        }
                      },
                      "dataRoamEntitlement": "",
                      "camelClassOfServiceName": ""
                    },
                    "imshssProfile": {
                      "IPMutimediaDetails": {
                        "PublicIdentity": [
                          {
                            "id": "",
                            "unregisteredServiceIndicator": false,
                            "barringIndicator": false,
                            "defaultIdIndicator": false
                          }
                        ],
                        "privateIdentity": [
                          ""
                        ],
                        "PrivatePublicIdentity": [
                          {
                            "id": [
                              ""
                            ],
                            "pairRegistrationStatus": [
                              ""
                            ]
                          }
                        ]
                      },
                      "UserServiceProfile": {
                        "initialFilterCriteria": [
                          ""
                        ],
                        "globalServiceProfileId": ""
                      },
                      "ImplicitRegistrationSet": {
                        "scscfName": [
                          ""
                        ],
                        "impiRefStatus": [
                          ""
                        ],
                        "registrationStatus": [
                          ""
                        ]
                      }
                    },
                    "epchssProfile": {
                      "id": "",
                      "mdn": "",
                      "imei": "",
                      "maxUploadSpeed": "",
                      "maxDownloadSpeed": "",
                      "sgsnAttachStatus": "",
                      "roamingRestrictionsClass": "",
                      "PacketDataProtocolDetails": {
                        "defaultName": "",
                        "operatorIdReplacement": "",
                        "AccessPointConfigEntry": [
                          {
                            "name": "",
                            "serviceClass": ""
                          }
                        ]
                      },
                      "mmeRegistrationAttachStatus": "",
                      "MobilityManagementEntityDetails": {
                        "attachStatus": "",
                        "servingMMEName": "",
                        "imsVoiceOverPSS": "",
                        "attachedTimeStamp": "",
                        "servingMMEDestRealm": "",
                        "purgedInMMEIndicator": false,
                        "previousServingMMEName": ""
                      }
                    }
                  }