This request will retrieve summarised results of locations.
The following fields are included in the response:
Method: GET
URL: https://api.feedback.fyi/lookup/v2/location/[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/location/1234567890
2.4.2 Response
Example Response:
[
{
"locationDisPlayId": "78a03c629b974ae2b02",
"locationName": "Onboarding",
"client_location_id": "123"
},
{
"locationDisPlayId": "1953d83efefd4a12a0d0",
"locationName": "Sales/Marketing",
"client_location_id": "124"
},
{
"locationDisPlayId": "1cf118a0326d47aa851a9",
"locationName": "Support",
"client_location_id": "125"
}
]
2.4.3 Implementation
Use to retrieve locationId so that these can be applied as filters in other API calls.