Download dataset
Guide to downloading datasets
Path parameters
datasetIdstringRequiredExample:
ID of the dataset
d_3f960c10fed6145404ca7b821f263b87Body
columnNamesstring[]OptionalExample:
List of selected columns in filtered dataset.
["uen","uen_status_desc","entity_type_desc","entity_name"]filtersarrayOptionalExample:
Filters defines how users want to filter their dataset.
Filters is an array of objects which have columnName, type and value attributes.
columnNamerefers to the column where the filter is to be applied.typecan beEQ,LIKE, orILIKE:- EQ: Direct comparison for filter and is case sensitive.
- LIKE: Similar to EQ but includes partial matching. Any words containing the string in the
valueattribute will be matched. - ILIKE: Case-insensitive version of LIKE.
[{"columnName":"uen_status_desc","type":"EQ","value":"Registered"},{"columnName":"entity_type_desc","type":"LIKE","value":"Local"},{"columnName":"entity_name","type":"ILIKE","value":"data"}]Responses
201
Successful response
application/json
400
Request Failure
application/json
429
Rate limit exceeded
application/json
get
/v1/public/api/datasets/{datasetId}/initiate-downloadPath parameters
datasetIdstringRequiredExample:
ID of the dataset
d_3f960c10fed6145404ca7b821f263b87Body
columnNamesstring[]OptionalExample:
List of selected columns in filtered dataset.
["uen","uen_status_desc","entity_type_desc","entity_name"]filtersarrayOptionalExample:
Filters defines how users want to filter their dataset.
Filters is an array of objects which have columnName, type and value attributes.
columnNamerefers to the column where the filter is to be applied.typecan beEQ,LIKE, orILIKE:- EQ: Direct comparison for filter and is case sensitive.
- LIKE: Similar to EQ but includes partial matching. Any words containing the string in the
valueattribute will be matched. - ILIKE: Case-insensitive version of LIKE.
[{"columnName":"uen_status_desc","type":"EQ","value":"Registered"},{"columnName":"entity_type_desc","type":"LIKE","value":"Local"},{"columnName":"entity_name","type":"ILIKE","value":"data"}]Responses
201
Successful response
application/json
400
Request Failure
application/json
429
Rate limit exceeded
application/json
get
/v1/public/api/datasets/{datasetId}/poll-downloadLast updated
Was this helpful?