{ "opencollection": "1.0.0", "info": { "name": "Oneflow Public Comments Templates API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-oneflow-api-token", "value": "{{x-oneflow-api-token}}", "placement": "header" } }, "items": [ { "info": { "name": "Templates", "type": "folder" }, "items": [ { "info": { "name": "Get templates", "type": "http" }, "http": { "method": "GET", "url": "https://api.oneflow.com/v1/templates", "params": [ { "name": "offset", "value": "", "type": "query", "description": "Pagination offset." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return." }, { "name": "template_type_id", "value": "", "type": "query", "description": "Filter templates by template type." }, { "name": "filter[workspace_ids]", "value": "", "type": "query", "description": "Comma-separated list of workspace IDs." }, { "name": "filter[active]", "value": "", "type": "query", "description": "Filter by active state." } ] }, "docs": "Retrieves the templates available for the specified user." }, { "info": { "name": "Get template types", "type": "http" }, "http": { "method": "GET", "url": "https://api.oneflow.com/v1/template_types" }, "docs": "Retrieves the template types defined in the account (modeled)." } ] } ], "bundled": true }