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": "e7897250-87ef-4e52-892b-3ecc9a1772a8", "Created": "2025-07-08T14:07:05.2781494+00:00", "HasEmail": true, "HasFax": true, "HasSms": true, "Name": "sample string 5", "Sends": [ { "StandardCampaignSendId": "049b0f70-58ed-4bc5-b80e-9ca292b77b83", "StandardCampaignId": "a9ef94b3-69e5-43d6-a78c-a238236e5d22", "HasEmail": true, "HasFax": true, "HasSms": true, "Name": "sample string 5", "SendDate": "2025-07-08T14:07:05.2781494+00:00", "Status": "sample string 4", "SubjectLine": "sample string 8" }, { "StandardCampaignSendId": "049b0f70-58ed-4bc5-b80e-9ca292b77b83", "StandardCampaignId": "a9ef94b3-69e5-43d6-a78c-a238236e5d22", "HasEmail": true, "HasFax": true, "HasSms": true, "Name": "sample string 5", "SendDate": "2025-07-08T14:07:05.2781494+00:00", "Status": "sample string 4", "SubjectLine": "sample string 8" } ] }, "Error": { "ErrorId": 1, "ErrorMessage": "sample string 1" } }
Sample:
/**/ typeof === 'function' && ({"StandardCampaign":{"StandardCampaignId":"e7897250-87ef-4e52-892b-3ecc9a1772a8","Created":"2025-07-08T14:07:05.2781494+00:00","HasEmail":true,"HasFax":true,"HasSms":true,"Name":"sample string 5","Sends":[{"StandardCampaignSendId":"049b0f70-58ed-4bc5-b80e-9ca292b77b83","StandardCampaignId":"a9ef94b3-69e5-43d6-a78c-a238236e5d22","HasEmail":true,"HasFax":true,"HasSms":true,"Name":"sample string 5","SendDate":"2025-07-08T14:07:05.2781494+00:00","Status":"sample string 4","SubjectLine":"sample string 8"},{"StandardCampaignSendId":"049b0f70-58ed-4bc5-b80e-9ca292b77b83","StandardCampaignId":"a9ef94b3-69e5-43d6-a78c-a238236e5d22","HasEmail":true,"HasFax":true,"HasSms":true,"Name":"sample string 5","SendDate":"2025-07-08T14:07:05.2781494+00:00","Status":"sample string 4","SubjectLine":"sample string 8"}]},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});