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 |
2.5.1 Request
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.5.2 Response
Example Response:
[
{
"locationId": 442,
"locationName": "Brooklyn"
},
{
"locationId": 441,
"locationName": "Springfield"
}
]
2.5.3 Implementation
Used to retrieve pomId so that these can be applied as filters in other API calls.
Comments
0 comments
Article is closed for comments.