GET v3/standardcampaigns/{standardCampaignId}/sends/{standardCampaignSendId}

https://api.questline.com/v3/standardcampaigns/{standardCampaignId}/sends/{standardCampaignSendId}

Gets a standard campaign send for a standard campaign.

Request Information

URI Parameters

Name Description Type Additional Info
standardCampaignId The ID of the standard campaign. globally unique identifier Required
standardCampaignSendId The ID of the standard campaign send. globally unique identifier Required

Body Parameters

None.

Response Information

Resource Description

GetStandardCampaignSendResponseV3
Name Description Type Additional Info
StandardCampaignSend The standard campaign send. StandardCampaignSendV3 None.
Error The response error, if any. ResponseErrorV3 None.

Response Formats

application/json, text/json

Sample:

{
  "StandardCampaignSend": {
    "StandardCampaignSendId": "627250d6-1841-46f1-9c24-ac566248f3b1",
    "StandardCampaignId": "c5edecef-570e-4fa3-96df-a60598964f46",
    "HasEmail": true,
    "HasFax": true,
    "HasSms": true,
    "Name": "sample string 6",
    "SendDate": "2024-04-24T01:49:20.2674123+00:00",
    "Status": "sample string 7",
    "SubjectLine": "sample string 8"
  },
  "Error": {
    "ErrorId": 1,
    "ErrorMessage": "sample string 1"
  }
}

text/javascript, application/javascript, application/json-p

Sample:

/**/ typeof  === 'function' && ({"StandardCampaignSend":{"StandardCampaignSendId":"627250d6-1841-46f1-9c24-ac566248f3b1","StandardCampaignId":"c5edecef-570e-4fa3-96df-a60598964f46","HasEmail":true,"HasFax":true,"HasSms":true,"Name":"sample string 6","SendDate":"2024-04-24T01:49:20.2674123+00:00","Status":"sample string 7","SubjectLine":"sample string 8"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});