Get Track & Campaign name info for a utility

get

/apis/programDesign-v1/v1/utilities/{utilityCode}/tracks/names

Returns a list of tracks and campaigns with their corresponding ids and names.

Request

Path Parameters
Back to Top

Response

200 Response

A list of tracks/campaigns with theirs ids and names
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : PublicTrackInfo
Type: object
Show Source
Nested Schema : tracks
Type: array
A list of tracks and their campaigns
Show Source
Example:
{
    "id":"accf6cf2-66c8-11e9-a923-1681be663d3e",
    "name":"2018 HIGH ENERGY USERS",
    "campaigns":{
        "id":183608,
        "name":"INTRO EXPERIENCE"
    }
}
Nested Schema : CampaignInfo
Type: object
Show Source

400 Response

Bad utility code
Back to Top