GET v3/standardcampaigns/{standardCampaignId}

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

Gets a standard campaign.

Request Information

URI Parameters

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

Body Parameters

None.

Expands

Name Description Usage
sends Retrieves the related sends. GET v3/standardcampaigns/{standardCampaignId}?expand=sends

Response Information

Resource Description

GetStandardCampaignResponseV3
Name Description Type Additional Info
StandardCampaign The standard campaign. StandardCampaignV3 None.
Error The response error, if any. ResponseErrorV3 None.

Response Formats

application/json, text/json

Sample:

{
  "StandardCampaign": {
    "StandardCampaignId": "f7085a0a-6be3-4be1-bb0f-5d9082f8005e",
    "Created": "2024-03-29T13:48:56.8252826+00:00",
    "HasEmail": true,
    "HasFax": true,
    "HasSms": true,
    "Name": "sample string 5",
    "Sends": [
      {
        "StandardCampaignSendId": "ee7c3e6a-71df-4331-90f3-b06b78f146ca",
        "StandardCampaignId": "7771ec05-be8e-4c6b-8523-2c2b2b2a8f73",
        "HasEmail": true,
        "HasFax": true,
        "HasSms": true,
        "Name": "sample string 6",
        "SendDate": "2024-03-29T13:48:56.8252826+00:00",
        "Status": "sample string 7",
        "SubjectLine": "sample string 8"
      },
      {
        "StandardCampaignSendId": "ee7c3e6a-71df-4331-90f3-b06b78f146ca",
        "StandardCampaignId": "7771ec05-be8e-4c6b-8523-2c2b2b2a8f73",
        "HasEmail": true,
        "HasFax": true,
        "HasSms": true,
        "Name": "sample string 6",
        "SendDate": "2024-03-29T13:48:56.8252826+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' && ({"StandardCampaign":{"StandardCampaignId":"f7085a0a-6be3-4be1-bb0f-5d9082f8005e","Created":"2024-03-29T13:48:56.8252826+00:00","HasEmail":true,"HasFax":true,"HasSms":true,"Name":"sample string 5","Sends":[{"StandardCampaignSendId":"ee7c3e6a-71df-4331-90f3-b06b78f146ca","StandardCampaignId":"7771ec05-be8e-4c6b-8523-2c2b2b2a8f73","HasEmail":true,"HasFax":true,"HasSms":true,"Name":"sample string 6","SendDate":"2024-03-29T13:48:56.8252826+00:00","Status":"sample string 7","SubjectLine":"sample string 8"},{"StandardCampaignSendId":"ee7c3e6a-71df-4331-90f3-b06b78f146ca","StandardCampaignId":"7771ec05-be8e-4c6b-8523-2c2b2b2a8f73","HasEmail":true,"HasFax":true,"HasSms":true,"Name":"sample string 6","SendDate":"2024-03-29T13:48:56.8252826+00:00","Status":"sample string 7","SubjectLine":"sample string 8"}]},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});