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
-
utilityCode(required): string
A 3- or 4-character representation of the client code. Valid examples - "UTIL" and "util"
Response
200 Response
A list of tracks/campaigns with theirs ids and names
Nested Schema : PublicTrackInfo
Type:
Show Source
object
-
tracks:
array tracks
A list of tracks and their campaigns
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"
}
}
400 Response
Bad utility code