| 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": "2025-11-09T01:51:51.0873222+00:00",
"Modified": "2025-11-09T01:51:51.0873222+00:00",
"Name": "sample string 3",
"SubscriptionId": "06d2c7ae-d4e3-4eec-b38f-d70d421c8d7b"
},
{
"Created": "2025-11-09T01:51:51.0873222+00:00",
"Modified": "2025-11-09T01:51:51.0873222+00:00",
"Name": "sample string 3",
"SubscriptionId": "06d2c7ae-d4e3-4eec-b38f-d70d421c8d7b"
}
],
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"StandardCampaignSendSubscriptions":[{"Created":"2025-11-09T01:51:51.0873222+00:00","Modified":"2025-11-09T01:51:51.0873222+00:00","Name":"sample string 3","SubscriptionId":"06d2c7ae-d4e3-4eec-b38f-d70d421c8d7b"},{"Created":"2025-11-09T01:51:51.0873222+00:00","Modified":"2025-11-09T01:51:51.0873222+00:00","Name":"sample string 3","SubscriptionId":"06d2c7ae-d4e3-4eec-b38f-d70d421c8d7b"}],"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});