| 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": "3bbb1fe3-ebd8-4400-8e83-32a035683b72",
"Created": "2026-01-28T17:56:20.9189584+00:00",
"HasEmail": true,
"HasFax": true,
"HasSms": true,
"Name": "sample string 6",
"Sends": [
{
"StandardCampaignSendId": "2a42e9c3-dec6-4199-a11f-e49daf5928b0",
"StandardCampaignId": "b2e59bd8-22ad-49e8-9e6b-59591a591084",
"HasEmail": true,
"HasFax": true,
"HasSms": true,
"Name": "sample string 6",
"SendDate": "2026-01-28T17:56:20.9345763+00:00",
"Status": "sample string 7",
"SubjectLine": "sample string 8"
},
{
"StandardCampaignSendId": "2a42e9c3-dec6-4199-a11f-e49daf5928b0",
"StandardCampaignId": "b2e59bd8-22ad-49e8-9e6b-59591a591084",
"HasEmail": true,
"HasFax": true,
"HasSms": true,
"Name": "sample string 6",
"SendDate": "2026-01-28T17:56:20.9345763+00:00",
"Status": "sample string 7",
"SubjectLine": "sample string 8"
}
]
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"StandardCampaign":{"StandardCampaignId":"3bbb1fe3-ebd8-4400-8e83-32a035683b72","Created":"2026-01-28T17:56:20.9189584+00:00","HasEmail":true,"HasFax":true,"HasSms":true,"Name":"sample string 6","Sends":[{"StandardCampaignSendId":"2a42e9c3-dec6-4199-a11f-e49daf5928b0","StandardCampaignId":"b2e59bd8-22ad-49e8-9e6b-59591a591084","HasEmail":true,"HasFax":true,"HasSms":true,"Name":"sample string 6","SendDate":"2026-01-28T17:56:20.9345763+00:00","Status":"sample string 7","SubjectLine":"sample string 8"},{"StandardCampaignSendId":"2a42e9c3-dec6-4199-a11f-e49daf5928b0","StandardCampaignId":"b2e59bd8-22ad-49e8-9e6b-59591a591084","HasEmail":true,"HasFax":true,"HasSms":true,"Name":"sample string 6","SendDate":"2026-01-28T17:56:20.9345763+00:00","Status":"sample string 7","SubjectLine":"sample string 8"}]},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});