| 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": "ebad334a-2558-456e-83ab-dedc7b7ce312",
"Created": "2026-08-01T09:19:15.1458916+00:00",
"HasEmail": true,
"HasFax": true,
"HasSms": true,
"Name": "sample string 6",
"Sends": [
{
"StandardCampaignSendId": "64e3d519-9fff-410e-bdda-ee4800bc7307",
"StandardCampaignId": "57c9c59a-1976-4f17-9786-175b10c57d75",
"HasEmail": true,
"HasFax": true,
"HasSms": true,
"Name": "sample string 6",
"SendDate": "2026-08-01T09:19:15.1464101+00:00",
"Status": "sample string 7",
"SubjectLine": "sample string 8"
},
{
"StandardCampaignSendId": "64e3d519-9fff-410e-bdda-ee4800bc7307",
"StandardCampaignId": "57c9c59a-1976-4f17-9786-175b10c57d75",
"HasEmail": true,
"HasFax": true,
"HasSms": true,
"Name": "sample string 6",
"SendDate": "2026-08-01T09:19:15.1464101+00:00",
"Status": "sample string 7",
"SubjectLine": "sample string 8"
}
]
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"StandardCampaign":{"StandardCampaignId":"ebad334a-2558-456e-83ab-dedc7b7ce312","Created":"2026-08-01T09:19:15.1458916+00:00","HasEmail":true,"HasFax":true,"HasSms":true,"Name":"sample string 6","Sends":[{"StandardCampaignSendId":"64e3d519-9fff-410e-bdda-ee4800bc7307","StandardCampaignId":"57c9c59a-1976-4f17-9786-175b10c57d75","HasEmail":true,"HasFax":true,"HasSms":true,"Name":"sample string 6","SendDate":"2026-08-01T09:19:15.1464101+00:00","Status":"sample string 7","SubjectLine":"sample string 8"},{"StandardCampaignSendId":"64e3d519-9fff-410e-bdda-ee4800bc7307","StandardCampaignId":"57c9c59a-1976-4f17-9786-175b10c57d75","HasEmail":true,"HasFax":true,"HasSms":true,"Name":"sample string 6","SendDate":"2026-08-01T09:19:15.1464101+00:00","Status":"sample string 7","SubjectLine":"sample string 8"}]},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});