| Name | Description | Type | Additional Info |
|---|---|---|---|
| subscriptionId | The ID of the subscription. | globally unique identifier | Required |
None.
| Name | Description | Type | Additional Info |
|---|---|---|---|
| Subscription | The subscription. | SubscriptionV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"Subscription": {
"Created": "2026-06-13T21:48:53.0956647+00:00",
"Modified": "2026-06-13T21:48:53.0956647+00:00",
"Name": "sample string 3",
"SubscriptionId": "18ab7586-df6b-49fc-b4bd-c2bb1c746815"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"Subscription":{"Created":"2026-06-13T21:48:53.0956647+00:00","Modified":"2026-06-13T21:48:53.0956647+00:00","Name":"sample string 3","SubscriptionId":"18ab7586-df6b-49fc-b4bd-c2bb1c746815"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});