GET v3/automatedcampaigns/{automatedCampaignId}/steps/{automatedCampaignStepId}

https://api.questline.com/v3/automatedcampaigns/{automatedCampaignId}/steps/{automatedCampaignStepId}

Gets an automated campaign step.

Request Information

URI Parameters

Name Description Type Additional Info
automatedCampaignId The ID of the automated campaign. integer Required
automatedCampaignStepId The ID of the automated campaign step. integer Required

Body Parameters

None.

Response Information

Resource Description

GetAutomatedCampaignStepResponseV3
Name Description Type Additional Info
AutomatedCampaignStep The automated campaign step. AutomatedCampaignStepV3 None.
Error The response error, if any. ResponseErrorV3 None.

Response Formats

application/json, text/json

Sample:

{
  "AutomatedCampaignStep": {
    "AutomatedCampaignStepId": 1,
    "AutomatedCampaignId": 2,
    "RunOrder": 3,
    "StepType": "sample string 4"
  },
  "Error": {
    "ErrorId": 1,
    "ErrorMessage": "sample string 1"
  }
}

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

Sample:

/**/ typeof  === 'function' && ({"AutomatedCampaignStep":{"AutomatedCampaignStepId":1,"AutomatedCampaignId":2,"RunOrder":3,"StepType":"sample string 4"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});