List rows of dataset
Listing rows for a datasets
This API returns the list of rows of a single dataset
Path parameters
datasetIdstringRequired
The unique identifier of the dataset
Header parameters
x-api-keystringOptional
API key for higher rate limits (optional)
Responses
200
Successful response
application/json
get
GET /v2/public/api/datasets/{datasetId}/list-rows HTTP/1.1
Host: api-production.data.gov.sg
Accept: */*
200
Successful response
{
"code": 1,
"data": {
"rows": [
{}
],
"resourceId": "text",
"resourceName": "text",
"limit": 1,
"links": {
"next": "text"
}
},
"errorMsg": "text"
}
Last updated
Was this helpful?