Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Next »

Get a list of Traffic Channels for a Parent survey.

Request


Send a GET request to the endpoint /buyers/v2/surveys/{surveyId}/channels

Response

Status code 200

[
    {
        "survey_title": "TC TL 1",
        "type": "TL",
        "ps_survey_id": 5191264,
        "ps_survey_status": 22,
        "survey_creation": "READY",
        "created_at": "2021-10-21T16:10:22.569Z"
    },
    {
        "survey_title": "TC SPA 1",
        "type": "SPA",
        "ps_survey_id": 5191260,
        "ps_survey_status": 22,
        "survey_creation": "READY",
        "created_at": "2021-10-21T16:10:13.176Z"
    },
    {
        "survey_title": "TC Replica 4",
        "type": "REP",
        "ps_survey_id": 5191259,
        "ps_survey_status": 22,
        "survey_creation": "READY",
        "created_at": "2021-10-21T16:10:16.623Z"
    }
]
  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.