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": "52b9e292-56d8-4029-9e17-210acc042ad4", "Created": "2025-06-07T14:44:10.5197574+00:00", "HasEmail": true, "HasFax": true, "HasSms": true, "Name": "sample string 6", "Sends": [ { "StandardCampaignSendId": "d11eab1d-e938-46f8-a281-92a65c110113", "StandardCampaignId": "9c9ee92d-702f-452c-ba73-f190a8129c99", "HasEmail": true, "HasFax": true, "HasSms": true, "Name": "sample string 6", "SendDate": "2025-06-07T14:44:10.5197574+00:00", "Status": "sample string 7", "SubjectLine": "sample string 8" }, { "StandardCampaignSendId": "d11eab1d-e938-46f8-a281-92a65c110113", "StandardCampaignId": "9c9ee92d-702f-452c-ba73-f190a8129c99", "HasEmail": true, "HasFax": true, "HasSms": true, "Name": "sample string 6", "SendDate": "2025-06-07T14:44:10.5197574+00:00", "Status": "sample string 7", "SubjectLine": "sample string 8" } ] }, "Error": { "ErrorId": 1, "ErrorMessage": "sample string 1" } }
Sample:
/**/ typeof === 'function' && ({"StandardCampaign":{"StandardCampaignId":"52b9e292-56d8-4029-9e17-210acc042ad4","Created":"2025-06-07T14:44:10.5197574+00:00","HasEmail":true,"HasFax":true,"HasSms":true,"Name":"sample string 6","Sends":[{"StandardCampaignSendId":"d11eab1d-e938-46f8-a281-92a65c110113","StandardCampaignId":"9c9ee92d-702f-452c-ba73-f190a8129c99","HasEmail":true,"HasFax":true,"HasSms":true,"Name":"sample string 6","SendDate":"2025-06-07T14:44:10.5197574+00:00","Status":"sample string 7","SubjectLine":"sample string 8"},{"StandardCampaignSendId":"d11eab1d-e938-46f8-a281-92a65c110113","StandardCampaignId":"9c9ee92d-702f-452c-ba73-f190a8129c99","HasEmail":true,"HasFax":true,"HasSms":true,"Name":"sample string 6","SendDate":"2025-06-07T14:44:10.5197574+00:00","Status":"sample string 7","SubjectLine":"sample string 8"}]},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});