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": "bd89c465-7d42-4d79-92d0-102023c1bb66", "Created": "2025-05-17T21:45:07.1008191+00:00", "HasEmail": true, "HasFax": true, "HasSms": true, "Name": "sample string 6", "Sends": [ { "StandardCampaignSendId": "24f0be29-78f6-4b30-949b-3c258cff9486", "StandardCampaignId": "020333ff-8f0d-418f-bfed-8bb4320a8619", "HasEmail": true, "HasFax": true, "HasSms": true, "Name": "sample string 6", "SendDate": "2025-05-17T21:45:07.1008191+00:00", "Status": "sample string 7", "SubjectLine": "sample string 8" }, { "StandardCampaignSendId": "24f0be29-78f6-4b30-949b-3c258cff9486", "StandardCampaignId": "020333ff-8f0d-418f-bfed-8bb4320a8619", "HasEmail": true, "HasFax": true, "HasSms": true, "Name": "sample string 6", "SendDate": "2025-05-17T21:45:07.1008191+00:00", "Status": "sample string 7", "SubjectLine": "sample string 8" } ] }, "Error": { "ErrorId": 1, "ErrorMessage": "sample string 1" } }
Sample:
/**/ typeof === 'function' && ({"StandardCampaign":{"StandardCampaignId":"bd89c465-7d42-4d79-92d0-102023c1bb66","Created":"2025-05-17T21:45:07.1008191+00:00","HasEmail":true,"HasFax":true,"HasSms":true,"Name":"sample string 6","Sends":[{"StandardCampaignSendId":"24f0be29-78f6-4b30-949b-3c258cff9486","StandardCampaignId":"020333ff-8f0d-418f-bfed-8bb4320a8619","HasEmail":true,"HasFax":true,"HasSms":true,"Name":"sample string 6","SendDate":"2025-05-17T21:45:07.1008191+00:00","Status":"sample string 7","SubjectLine":"sample string 8"},{"StandardCampaignSendId":"24f0be29-78f6-4b30-949b-3c258cff9486","StandardCampaignId":"020333ff-8f0d-418f-bfed-8bb4320a8619","HasEmail":true,"HasFax":true,"HasSms":true,"Name":"sample string 6","SendDate":"2025-05-17T21:45:07.1008191+00:00","Status":"sample string 7","SubjectLine":"sample string 8"}]},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});