get
searchByPrecinctUuid
Resource URL
https://tih-api.stb.gov.sg/content /v1/search/precinct
Query Parameters
Name | Values | Description |
---|---|---|
uuid
(required) |
Attribute used to uniquely identify Precincts. |
|
dataset |
Dataset which the search will be executed on. (accommodation, attractions, bars_clubs, event, food_beverages, shops, venue, walking_trail). |
|
filtersource |
Filter the content based on specific source or multiple sources by using a comma-delimited string of values. |
|
page |
Page number for pagination of the returned records. Default sets to 1. |
|
pageSize |
Records per page for pagination of the returned records. Accept integer from 1 to 20. Default sets to 20. |
|
sortBy |
Field name to sort. Possible values: [name | category | source]. When no value is specified, return the most recent/matching records first. sortOrder parameter is ignored when sortBy is not specified. |
|
sortOrder |
Sort order [asc | desc]. |
|
language |
Supported language [en | zh-cn | zh-tw | ja | ko]. |
Try it out
Response Error Details
HTTP Code | Error Code | Description |
---|---|---|
400 | 400 | Bad request |
401 | 401 | Unauthorized |
404 | 404 | Not Found |
Resource Summary
Security | Category |
---|---|
Precincts |
Working...