List Resources By Dataset

get

List Resources By Dataset

Retrieve the full list of resources and respective metadata within a dataset available on Data Marketplace, by providing the dataset identifier (datasetId). The datasetId may be obtained from the List Datasets By Topic API.

Resource URL

https://api.stb.gov.sg /analytics/common/open/v1/resources

Header Parameters

Name Values Description
Content-Type

Format of the request body sent. Accepts only application/json.

Accept

Format of the response body returned. Returns only application/json.

Query Parameters

Name Values Description
datasetId
(required)

Attribute used to identify each unique Dataset.

Response will return the metadata of resource(s) present under the Dataset. The datasetId can be fetched from the List Datasets By Topic API. If no matching datasetId is found, response will return empty result.

Validation: valid datasetId

Try it out

HTTP Basic

OAuth 2.0

API Key

RESET

Make a request and see the response.

Make a request and see the response.

Make a request and see the response.

Response Error Details

HTTP Code Description
400 Bad Request — Request was not accepted which may be due to malformed parameter (e.g. spelling error) or missing a required parameter.
401 Unauthorised — API key is invalid or was not provided.
403 Forbidden — API key does not have the permission to perform the request.
404 Resource Not Found — Requested resource (i.e. the resource URL) does not exist.
405 Method Not Allowed — The HTTP request method is not supported by the resource.
406 Not Acceptable — Requester's acceptable content type for the response does not match the content type returned by the resource.
414 Request URL Too Long — Request URL exceeded the maximum acceptable URL length.
415 Unsupported Media Type — Request's format is not supported by the resource.
422 Unprocessable Entity — Request was not accepted, often due to semantic errors, such as data format.
500 Server Error — An error has occurred during connection to the server and the requested page cannot be accessed. Please reach out to TIH_servicedesk@ncs.com.sg or call (65) 6684 9814 for assistance.

Resource Summary

Security Category

General

Working...