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