| 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-04-01T06:46:30.960424+00:00",
"Modified": "2026-04-01T06:46:30.960424+00:00",
"Name": "sample string 3",
"SubscriptionId": "4dabee26-8983-4c83-b037-596eb04c104e"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"Subscription":{"Created":"2026-04-01T06:46:30.960424+00:00","Modified":"2026-04-01T06:46:30.960424+00:00","Name":"sample string 3","SubscriptionId":"4dabee26-8983-4c83-b037-596eb04c104e"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});