Dataset Management
Listing Datasets
The Dataset listing endpoint returns all published Datasets in a Project. If a Draft Form defines a new Dataset, that Dataset will not be included in this list until the Form is published.
get/projects/{projectId}/datasets
Path parameters
projectIdnumber required
The numeric ID of the Project
Response
OK
Example response
[
{
"name": "people",
"createdAt": "2018-01-19T23:58:03.395Z",
"projectId": 1,
"approvalRequired": true
}
]