This request will retrieve summarised results of feedbacks.
The following fields are included in the response:
|
Key |
Value Example |
Format |
|
locationId |
441 |
Numeric |
|
locationName |
Springfield |
Alphanumeric |
Method: GET
URL: api.feedback.fyi/lookup/location/[clientId]
Path Parameters: clientId
Important: The clientId is specified in the URL path. Specifying the clientdID as a parameter after the URL will result in a failure.
Parameters:
|
Key |
Value Example |
Format |
Req* |
Details |
|
n/a |
n/a |
n/a |
n/a |
n/a |
Example with Params: api.feedback.fyi/lookup/location/22
2.4.2 Response
Example Response:
[
{
"locationId": 442,
"locationName": "Brooklyn"
},
{
"locationId": 441,
"locationName": "Springfield"
}
]
2.4.3 Implementation
Use to retrieve locationId so that these can be applied as filters in other API calls.