getAttractionsByUuids
get
getAttractionsByUuids
Retrieve the full details of the Attraction 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 Attraction using createAttraction from content provider API. You can retrieve uuids from Attraction API search by keyword.
Resource URL
https://tih-api.stb.gov.sg/content /v1/attractions
Query Parameters
Name | Values | Description |
---|---|---|
uuid
(required) |
Attribute used to uniquely identify Attractions. 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 |
---|---|
Attractions |
Working...