| 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": "2025-11-09T05:27:03.6623402+00:00",
"Modified": "2025-11-09T05:27:03.6623402+00:00",
"Name": "sample string 3",
"SubscriptionId": "1f337ed2-45cd-4df2-aa29-9e1faab7a611"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"Subscription":{"Created":"2025-11-09T05:27:03.6623402+00:00","Modified":"2025-11-09T05:27:03.6623402+00:00","Name":"sample string 3","SubscriptionId":"1f337ed2-45cd-4df2-aa29-9e1faab7a611"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});