{ "opencollection": "1.0.0", "info": { "name": "Blind Insight REST accounts datasets API", "version": "10.22.0" }, "items": [ { "info": { "name": "datasets", "type": "folder" }, "items": [ { "info": { "name": "Retrieve a list of Dataset objects, with filters", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/datasets/", "params": [ { "name": "description", "value": "", "type": "query", "description": "A longer description of the dataset." }, { "name": "id", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "name", "value": "", "type": "query", "description": "A human-readable name for this dataset." }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." }, { "name": "organization", "value": "", "type": "query", "description": "The organization that this dataset belongs to." }, { "name": "slug", "value": "", "type": "query", "description": "A unique slug for this dataset." } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Retrieve a list of datasets. You can filter the list by providing query parameters." }, { "info": { "name": "Create a new Dataset", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/datasets/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Create a new dataset." }, { "info": { "name": "Retrieve one Dataset object", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/datasets/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique value identifying this dataset." } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Retrieve one dataset." }, { "info": { "name": "Update a Dataset", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/datasets/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique value identifying this dataset." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Update an existing dataset." }, { "info": { "name": "Partially update a Dataset", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/datasets/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique value identifying this dataset." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Update an existing dataset with only the specified fields." }, { "info": { "name": "Delete a Dataset", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/datasets/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique value identifying this dataset." } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Delete an existing dataset." }, { "info": { "name": "Retrieve a dataset schema by slug", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/datasets/:id/schema/:slug/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique value identifying this dataset." }, { "name": "slug", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Retrieve a dataset schema by its slug." } ] } ], "bundled": true }