{ "opencollection": "1.0.0", "info": { "name": "Oneflow Public Comments Workspaces API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-oneflow-api-token", "value": "{{x-oneflow-api-token}}", "placement": "header" } }, "items": [ { "info": { "name": "Workspaces", "type": "folder" }, "items": [ { "info": { "name": "Get workspaces", "type": "http" }, "http": { "method": "GET", "url": "https://api.oneflow.com/v1/workspaces", "params": [ { "name": "offset", "value": "", "type": "query", "description": "Pagination offset." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return." }, { "name": "filter[name]", "value": "", "type": "query", "description": "Filter by workspace name." }, { "name": "filter[id]", "value": "", "type": "query", "description": "Comma-separated list of workspace IDs." } ] }, "docs": "Retrieves the list of workspaces in the account." } ] } ], "bundled": true }