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