| 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": "f67acb73-9d5c-46e7-84e0-716d99e6215b",
"Created": "2026-09-11T21:41:46.3908354+00:00",
"HasEmail": true,
"HasFax": true,
"HasSms": true,
"Name": "sample string 6",
"Sends": [
{
"StandardCampaignSendId": "ef59675f-e81b-4407-a26b-daeb7be427ed",
"StandardCampaignId": "4298d74b-d107-4cea-b068-c5cc2068844e",
"HasEmail": true,
"HasFax": true,
"HasSms": true,
"Name": "sample string 6",
"SendDate": "2026-09-11T21:41:46.3908354+00:00",
"Status": "sample string 7",
"SubjectLine": "sample string 8"
},
{
"StandardCampaignSendId": "ef59675f-e81b-4407-a26b-daeb7be427ed",
"StandardCampaignId": "4298d74b-d107-4cea-b068-c5cc2068844e",
"HasEmail": true,
"HasFax": true,
"HasSms": true,
"Name": "sample string 6",
"SendDate": "2026-09-11T21:41:46.3908354+00:00",
"Status": "sample string 7",
"SubjectLine": "sample string 8"
}
]
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"StandardCampaign":{"StandardCampaignId":"f67acb73-9d5c-46e7-84e0-716d99e6215b","Created":"2026-09-11T21:41:46.3908354+00:00","HasEmail":true,"HasFax":true,"HasSms":true,"Name":"sample string 6","Sends":[{"StandardCampaignSendId":"ef59675f-e81b-4407-a26b-daeb7be427ed","StandardCampaignId":"4298d74b-d107-4cea-b068-c5cc2068844e","HasEmail":true,"HasFax":true,"HasSms":true,"Name":"sample string 6","SendDate":"2026-09-11T21:41:46.3908354+00:00","Status":"sample string 7","SubjectLine":"sample string 8"},{"StandardCampaignSendId":"ef59675f-e81b-4407-a26b-daeb7be427ed","StandardCampaignId":"4298d74b-d107-4cea-b068-c5cc2068844e","HasEmail":true,"HasFax":true,"HasSms":true,"Name":"sample string 6","SendDate":"2026-09-11T21:41:46.3908354+00:00","Status":"sample string 7","SubjectLine":"sample string 8"}]},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});