| 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-05-15T14:03:28.7209321+00:00",
"Modified": "2026-05-15T14:03:28.7209321+00:00",
"Name": "sample string 3",
"SubscriptionId": "44546b93-9535-44ef-a350-6fbfcc6bc708"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"Subscription":{"Created":"2026-05-15T14:03:28.7209321+00:00","Modified":"2026-05-15T14:03:28.7209321+00:00","Name":"sample string 3","SubscriptionId":"44546b93-9535-44ef-a350-6fbfcc6bc708"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});