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": "669aa8af-d192-47e6-9b40-251822aa2f95", "Created": "2025-05-23T13:44:02.5828232+00:00", "HasEmail": true, "HasFax": true, "HasSms": true, "Name": "sample string 6", "Sends": [ { "StandardCampaignSendId": "c5eecbfd-0621-43ef-ad10-058a0470656f", "StandardCampaignId": "3641b0fa-6dad-4f7a-9fc2-b15e6c491cff", "HasEmail": true, "HasFax": true, "HasSms": true, "Name": "sample string 6", "SendDate": "2025-05-23T13:44:02.5828232+00:00", "Status": "sample string 7", "SubjectLine": "sample string 8" }, { "StandardCampaignSendId": "c5eecbfd-0621-43ef-ad10-058a0470656f", "StandardCampaignId": "3641b0fa-6dad-4f7a-9fc2-b15e6c491cff", "HasEmail": true, "HasFax": true, "HasSms": true, "Name": "sample string 6", "SendDate": "2025-05-23T13:44:02.5828232+00:00", "Status": "sample string 7", "SubjectLine": "sample string 8" } ] }, "Error": { "ErrorId": 1, "ErrorMessage": "sample string 1" } }
Sample:
/**/ typeof === 'function' && ({"StandardCampaign":{"StandardCampaignId":"669aa8af-d192-47e6-9b40-251822aa2f95","Created":"2025-05-23T13:44:02.5828232+00:00","HasEmail":true,"HasFax":true,"HasSms":true,"Name":"sample string 6","Sends":[{"StandardCampaignSendId":"c5eecbfd-0621-43ef-ad10-058a0470656f","StandardCampaignId":"3641b0fa-6dad-4f7a-9fc2-b15e6c491cff","HasEmail":true,"HasFax":true,"HasSms":true,"Name":"sample string 6","SendDate":"2025-05-23T13:44:02.5828232+00:00","Status":"sample string 7","SubjectLine":"sample string 8"},{"StandardCampaignSendId":"c5eecbfd-0621-43ef-ad10-058a0470656f","StandardCampaignId":"3641b0fa-6dad-4f7a-9fc2-b15e6c491cff","HasEmail":true,"HasFax":true,"HasSms":true,"Name":"sample string 6","SendDate":"2025-05-23T13:44:02.5828232+00:00","Status":"sample string 7","SubjectLine":"sample string 8"}]},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});