getPrecinctsByUuids
get
getPrecinctsByUuids
Retrieve the full details of multiple Precincts by providing its unique identifier. The acronym for the unique identifier is uuid. This API allows the retrieval of multiple uuids. The uuid is generated while creating new Precinct using createPrecinct from content provider API. You can retrieve uuids from Precinct API search by keyword.
Resource URL
https://tih-api.stb.gov.sg/content /v1/precincts
Query Parameters
Name | Values | Description |
---|---|---|
uuid
(required) |
Attribute used to uniquely identify Precincts. This API allows the retrieval of multiple uuids. Use comma as separator for multiple uuids. |
|
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...