Usage Guide
External APIs
1.
Get Location by Id
The API which allows us to get details about a location by it’s Id
GitHub
Service
Example
GET locations/:id
Request (Query/Body/Params)
{ "id": ""}Response
List minimum keys which the API should return for us to properly use it, make sure to mention whether the casing matters and if. yes which one are we expecting
{ "_id": "", "name": ""}Impact Areas
If there is any change made by the other team to this API, then list out all the areas which QA needs to be done