| 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": "bc6d7646-6614-4957-a327-583568feddad",
"Created": "2025-11-23T00:21:30.8211465+00:00",
"HasEmail": true,
"HasFax": true,
"HasSms": true,
"Name": "sample string 6",
"Sends": [
{
"StandardCampaignSendId": "4a6aa3a7-a3a4-4493-a083-cf6bfa7e1a9b",
"StandardCampaignId": "436673f1-1848-4e5e-94b4-57ae482906cc",
"HasEmail": true,
"HasFax": true,
"HasSms": true,
"Name": "sample string 6",
"SendDate": "2025-11-23T00:21:30.8211465+00:00",
"Status": "sample string 7",
"SubjectLine": "sample string 8"
},
{
"StandardCampaignSendId": "4a6aa3a7-a3a4-4493-a083-cf6bfa7e1a9b",
"StandardCampaignId": "436673f1-1848-4e5e-94b4-57ae482906cc",
"HasEmail": true,
"HasFax": true,
"HasSms": true,
"Name": "sample string 6",
"SendDate": "2025-11-23T00:21:30.8211465+00:00",
"Status": "sample string 7",
"SubjectLine": "sample string 8"
}
]
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"StandardCampaign":{"StandardCampaignId":"bc6d7646-6614-4957-a327-583568feddad","Created":"2025-11-23T00:21:30.8211465+00:00","HasEmail":true,"HasFax":true,"HasSms":true,"Name":"sample string 6","Sends":[{"StandardCampaignSendId":"4a6aa3a7-a3a4-4493-a083-cf6bfa7e1a9b","StandardCampaignId":"436673f1-1848-4e5e-94b4-57ae482906cc","HasEmail":true,"HasFax":true,"HasSms":true,"Name":"sample string 6","SendDate":"2025-11-23T00:21:30.8211465+00:00","Status":"sample string 7","SubjectLine":"sample string 8"},{"StandardCampaignSendId":"4a6aa3a7-a3a4-4493-a083-cf6bfa7e1a9b","StandardCampaignId":"436673f1-1848-4e5e-94b4-57ae482906cc","HasEmail":true,"HasFax":true,"HasSms":true,"Name":"sample string 6","SendDate":"2025-11-23T00:21:30.8211465+00:00","Status":"sample string 7","SubjectLine":"sample string 8"}]},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});