View serial numbers of an existing subscription
The view serial numbers of an existing subscription request allows the client application to retrieve the list of device serial numbers present in a particular subscription by using the subscription ID.
View serial numbers of an existing subscription describes the API structure for viewing serial numbers for an existing subscription.
| Title | View serial numbers of an existing subscription |
|---|---|
| URL | http://<impact_url>/m2m/subscriptions/{SubscriptionID}/serialNumbers |
| Method | GET |
| Content-Type | application/json |
| URL Params |
subscriptionId:[string]: Specifies the subscription ID for which serial number list required. |
| Data Params |
serialNumbers:[array]: Specifies the list of serial numbers in the subscription. Msg:[String]: info/warning/error message |
| Success Code |
Response Code: 200 |
| Error Code |
401 : Unauthorized 403 : Forbidden 404 : Not Found |
| Sample Call | Curl: Response
Body: |
| Notes | None |