| Name | Description | Type | Additional Info |
|---|---|---|---|
| standardCampaignId | The ID of the standard campaign. | globally unique identifier | Required |
| standardCampaignSendId | The ID of the standard campaign send. | globally unique identifier | Required |
None.
| Name | Description | Type | Additional Info |
|---|---|---|---|
| StandardCampaignSendSubscriptions | The list of standard campaign subscriptions. | Collection of StandardCampaignSendSubscriptionV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"StandardCampaignSendSubscriptions": [
{
"Created": "2026-03-07T15:42:13.1314978+00:00",
"Modified": "2026-03-07T15:42:13.1314978+00:00",
"Name": "sample string 3",
"SubscriptionId": "c252a828-4f15-49c8-8f7c-6b627881195a"
},
{
"Created": "2026-03-07T15:42:13.1314978+00:00",
"Modified": "2026-03-07T15:42:13.1314978+00:00",
"Name": "sample string 3",
"SubscriptionId": "c252a828-4f15-49c8-8f7c-6b627881195a"
}
],
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"StandardCampaignSendSubscriptions":[{"Created":"2026-03-07T15:42:13.1314978+00:00","Modified":"2026-03-07T15:42:13.1314978+00:00","Name":"sample string 3","SubscriptionId":"c252a828-4f15-49c8-8f7c-6b627881195a"},{"Created":"2026-03-07T15:42:13.1314978+00:00","Modified":"2026-03-07T15:42:13.1314978+00:00","Name":"sample string 3","SubscriptionId":"c252a828-4f15-49c8-8f7c-6b627881195a"}],"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});