{ "opencollection": "1.0.0", "info": { "name": "Census Management Connectors Datasets and Models API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Datasets and Models", "type": "folder" }, "items": [ { "info": { "name": "List models", "type": "http" }, "http": { "method": "GET", "url": "https://app.getcensus.com/api/v1/models" }, "docs": "Lists the SQL models defined in the workspace." }, { "info": { "name": "Create a model", "type": "http" }, "http": { "method": "POST", "url": "https://app.getcensus.com/api/v1/models", "body": { "type": "json", "data": "{}" } }, "docs": "Create a model" }, { "info": { "name": "Fetch a model", "type": "http" }, "http": { "method": "GET", "url": "https://app.getcensus.com/api/v1/models/:model_id", "params": [ { "name": "model_id", "value": "", "type": "path" } ] }, "docs": "Fetch a model" }, { "info": { "name": "Update a model", "type": "http" }, "http": { "method": "PATCH", "url": "https://app.getcensus.com/api/v1/models/:model_id", "params": [ { "name": "model_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a model" }, { "info": { "name": "List datasets", "type": "http" }, "http": { "method": "GET", "url": "https://app.getcensus.com/api/v1/datasets" }, "docs": "List datasets" }, { "info": { "name": "Create a dataset", "type": "http" }, "http": { "method": "POST", "url": "https://app.getcensus.com/api/v1/datasets", "body": { "type": "json", "data": "{}" } }, "docs": "Create a dataset" } ] } ], "bundled": true }