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