This request will retrieve summarised results of POMs .
The following fields are included in the response:
Key |
Value Example |
Format |
---|---|---|
pomDisPlayId |
366bc3ac02e64cd88bce7fd3f7961b71 |
String |
pomName |
Onboarding |
String |
client_pom_id |
123 |
String |
locationDisplayId |
78a03c629b974ae2b02ef86dbd873c45 |
String |
programmes |
|
List |
programmeDisplayId |
f18909e8078c4abc8461dfdbcc656f21 |
String |
programmeName |
Email Push |
String |
2.5.1 Request
Method: GET
URL: api.feedback.fyi/lookup/v2/pom/[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.
Example with Params: api.feedback.fyi/lookup/lookup/v2/pom/98c551f859b3439a908fcb65dc
2.5.2 Response
Example Response:
[
{
"pomDisPlayId": "366bc3ac02e64cd88bce7fd3f79",
"pomName": "Onboarding",
"client_pom_id": "Onboarding",
"locationDisplayId": "78a03c629b974ae2b02ef86dbd8",
"programmes": [
{
"programmeDisplayId": "f18909e8078c4abc8461dfdbcc6",
"programmeName": "Email Push"
}
]
},
{
"pomDisPlayId": "857d9daeedc64841bb7945dbc66",
"pomName": "Sales/Marketing",
"client_pom_id": "Sales/Marketing",
"locationDisplayId": "1953d83efefd4a12a0d05c4815e",
"programmes": [
{
"programmeDisplayId": "cc1e16c025954388b46b2b0b31b",
"programmeName": "Support"
},
{
"programmeDisplayId": "f18909e8078c4abc8461dfdbcc6",
"programmeName": "Email Push"
}
]
},
{
"pomDisPlayId": "c8c11006af874c86a6a232db42f",
"pomName": "Support",
"client_pom_id": "Support",
"locationDisplayId": "1cf118a0326d47aa851a90b9674",
"programmes": [
{
"programmeDisplayId": "cc1e16c025954388b46b2b0b31b",
"programmeName": "Support"
}
]
}
]
2.5.3 Implementation
Used to retrieve pomId so that these can be applied as filters in other API calls.