GET
List Datasets By Topic
Retrieve the full list of datasets available on Data Marketplace by providing the topic, such as accommodation or visitors.
Resource URL
https://tih-api.stb.gov.sg /analytics/common/open/v1/datasets
Header Parameters
Name | Values | Description |
---|---|---|
Content-Type
(required) |
Format of the request body sent. Accepts only application/json. |
|
Accept
(required) |
Format of the response body returned. Returns only application/json. |
Query Parameters
Name | Values | Description |
---|---|---|
topicName
(required) |
Topic which the search will be executed on. Accepts one topic name. |
|
organisationId |
Attribute used to uniquely identify the organisation contributing the datasets, which the search will be executed on. Accepts one Organisation Id. |
|
sort |
Datasets information may be sorted by [datasetName or metadataUpdatedDate]. |
|
sort_order |
Sort in [asc | desc] order. |
|
limit |
Maximum number of datasets to return in a response. |
|
offset |
The first position to return from the results, by offsetting the starting point. |
Try it out
Response Error Details
HTTP Code | Description |
---|---|
Bad Request — Request was not accepted and could be due to malformed parameter (e.g. spelling error) or missing a required parameter. | |
Unauthorised — API key is invalid or was not provided. | |
Forbidden — API key does not have the permission to perform the request. | |
Resource Not Found — Requested resource (i.e. the resource URL) does not exist. | |
Method Not Allowed — The HTTP request method is not supported by the resource. | |
Not Acceptable — Requester's acceptable content type for the response does not match the content type returned by the resource. | |
Request URL Too Long — Request URL exceeded the maximum acceptable URL length. | |
Unsupported Media Type — Request's format is not supported by the resource. | |
Unprocessable Entity — Request was not accepted, often due to semantic errors, such as data format. | |
Server Errors — Something is not working on TIH's end, happened very rarely. |
Resource Summary
Security | Category |
---|---|
General |
Working...