| 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": "0b62fd6a-e212-4f1f-a7b3-8c8c9861d0c0",
"Created": "2026-09-05T16:27:50.6986+00:00",
"HasEmail": true,
"HasFax": true,
"HasSms": true,
"Name": "sample string 6",
"Sends": [
{
"StandardCampaignSendId": "17a3fee4-e3ff-45d9-b53c-266fba42c4e0",
"StandardCampaignId": "51fcb762-8ede-44ac-a04a-aafa80333f6d",
"HasEmail": true,
"HasFax": true,
"HasSms": true,
"Name": "sample string 6",
"SendDate": "2026-09-05T16:27:50.6986+00:00",
"Status": "sample string 7",
"SubjectLine": "sample string 8"
},
{
"StandardCampaignSendId": "17a3fee4-e3ff-45d9-b53c-266fba42c4e0",
"StandardCampaignId": "51fcb762-8ede-44ac-a04a-aafa80333f6d",
"HasEmail": true,
"HasFax": true,
"HasSms": true,
"Name": "sample string 6",
"SendDate": "2026-09-05T16:27:50.6986+00:00",
"Status": "sample string 7",
"SubjectLine": "sample string 8"
}
]
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"StandardCampaign":{"StandardCampaignId":"0b62fd6a-e212-4f1f-a7b3-8c8c9861d0c0","Created":"2026-09-05T16:27:50.6986+00:00","HasEmail":true,"HasFax":true,"HasSms":true,"Name":"sample string 6","Sends":[{"StandardCampaignSendId":"17a3fee4-e3ff-45d9-b53c-266fba42c4e0","StandardCampaignId":"51fcb762-8ede-44ac-a04a-aafa80333f6d","HasEmail":true,"HasFax":true,"HasSms":true,"Name":"sample string 6","SendDate":"2026-09-05T16:27:50.6986+00:00","Status":"sample string 7","SubjectLine":"sample string 8"},{"StandardCampaignSendId":"17a3fee4-e3ff-45d9-b53c-266fba42c4e0","StandardCampaignId":"51fcb762-8ede-44ac-a04a-aafa80333f6d","HasEmail":true,"HasFax":true,"HasSms":true,"Name":"sample string 6","SendDate":"2026-09-05T16:27:50.6986+00:00","Status":"sample string 7","SubjectLine":"sample string 8"}]},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});