| Name | Description | Type | Additional Info |
|---|---|---|---|
| standardCampaignId | The ID of the standard campaign. | globally unique identifier | Required |
None.
| Name | Description | Usage |
|---|---|---|
| sends | Retrieves the related sends. | GET v3/standardcampaigns/{standardCampaignId}?expand=sends |
| Name | Description | Type | Additional Info |
|---|---|---|---|
| StandardCampaign | The standard campaign. | StandardCampaignV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"StandardCampaign": {
"StandardCampaignId": "6942a47f-397d-42b3-8568-ef4ee107cf33",
"Created": "2026-08-15T10:06:09.4290672+00:00",
"HasEmail": true,
"HasFax": true,
"HasSms": true,
"Name": "sample string 5",
"Sends": [
{
"StandardCampaignSendId": "323ecae9-0cba-4825-952d-0fe5d98c8e3d",
"StandardCampaignId": "6e99cece-f3a3-4246-8010-eb6161464f64",
"HasEmail": true,
"HasFax": true,
"HasSms": true,
"Name": "sample string 6",
"SendDate": "2026-08-15T10:06:09.4290672+00:00",
"Status": "sample string 7",
"SubjectLine": "sample string 8"
},
{
"StandardCampaignSendId": "323ecae9-0cba-4825-952d-0fe5d98c8e3d",
"StandardCampaignId": "6e99cece-f3a3-4246-8010-eb6161464f64",
"HasEmail": true,
"HasFax": true,
"HasSms": true,
"Name": "sample string 6",
"SendDate": "2026-08-15T10:06:09.4290672+00:00",
"Status": "sample string 7",
"SubjectLine": "sample string 8"
}
]
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"StandardCampaign":{"StandardCampaignId":"6942a47f-397d-42b3-8568-ef4ee107cf33","Created":"2026-08-15T10:06:09.4290672+00:00","HasEmail":true,"HasFax":true,"HasSms":true,"Name":"sample string 5","Sends":[{"StandardCampaignSendId":"323ecae9-0cba-4825-952d-0fe5d98c8e3d","StandardCampaignId":"6e99cece-f3a3-4246-8010-eb6161464f64","HasEmail":true,"HasFax":true,"HasSms":true,"Name":"sample string 6","SendDate":"2026-08-15T10:06:09.4290672+00:00","Status":"sample string 7","SubjectLine":"sample string 8"},{"StandardCampaignSendId":"323ecae9-0cba-4825-952d-0fe5d98c8e3d","StandardCampaignId":"6e99cece-f3a3-4246-8010-eb6161464f64","HasEmail":true,"HasFax":true,"HasSms":true,"Name":"sample string 6","SendDate":"2026-08-15T10:06:09.4290672+00:00","Status":"sample string 7","SubjectLine":"sample string 8"}]},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});