This request will retrieve summarised results of programme.
The following fields are included in the response:
|
Key |
Value Example |
Format |
|
programmeDisplayId |
f18909e8078c4abc8461dfdbcc65 |
Alphanumeric |
|
programmeName |
Springfield |
Alphanumeric |
Request
Method: GET
URL: api.feedback.fyi/lookup/v2/programme/[clientDisplayId]
Path Parameters: clientDisplayId
Important: The clientDisplayId is specified in the URL path. Specifying the clientDisplayId as a parameter after the URL will result in a failure.
Response
[
{
"programmeDisplayId": "cc1e16c025954388b46b2b0b31",
"programmeName": "Support"
},
{
"programmeDisplayId": "f18909e8078c4abc8461dfdbcc6",
"programmeName": " Email Push"
}
]