| 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": "2e14e6b2-3754-4e42-ae50-ca22f2fe5eb8",
"Created": "2025-11-15T03:24:46.6096901+00:00",
"HasEmail": true,
"HasFax": true,
"HasSms": true,
"Name": "sample string 6",
"Sends": [
{
"StandardCampaignSendId": "721b50ea-a2b3-4995-b404-097d0de0ca95",
"StandardCampaignId": "1944dbb6-65d4-4b08-bffe-5076bd0a06e8",
"HasEmail": true,
"HasFax": true,
"HasSms": true,
"Name": "sample string 6",
"SendDate": "2025-11-15T03:24:46.6096901+00:00",
"Status": "sample string 7",
"SubjectLine": "sample string 8"
},
{
"StandardCampaignSendId": "721b50ea-a2b3-4995-b404-097d0de0ca95",
"StandardCampaignId": "1944dbb6-65d4-4b08-bffe-5076bd0a06e8",
"HasEmail": true,
"HasFax": true,
"HasSms": true,
"Name": "sample string 6",
"SendDate": "2025-11-15T03:24:46.6096901+00:00",
"Status": "sample string 7",
"SubjectLine": "sample string 8"
}
]
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"StandardCampaign":{"StandardCampaignId":"2e14e6b2-3754-4e42-ae50-ca22f2fe5eb8","Created":"2025-11-15T03:24:46.6096901+00:00","HasEmail":true,"HasFax":true,"HasSms":true,"Name":"sample string 6","Sends":[{"StandardCampaignSendId":"721b50ea-a2b3-4995-b404-097d0de0ca95","StandardCampaignId":"1944dbb6-65d4-4b08-bffe-5076bd0a06e8","HasEmail":true,"HasFax":true,"HasSms":true,"Name":"sample string 6","SendDate":"2025-11-15T03:24:46.6096901+00:00","Status":"sample string 7","SubjectLine":"sample string 8"},{"StandardCampaignSendId":"721b50ea-a2b3-4995-b404-097d0de0ca95","StandardCampaignId":"1944dbb6-65d4-4b08-bffe-5076bd0a06e8","HasEmail":true,"HasFax":true,"HasSms":true,"Name":"sample string 6","SendDate":"2025-11-15T03:24:46.6096901+00:00","Status":"sample string 7","SubjectLine":"sample string 8"}]},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});