{ "opencollection": "1.0.0", "info": { "name": "Automated Spreading and Analysis Api-Key DscrTemplate API", "version": "1.3.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "DscrTemplate", "type": "folder" }, "items": [ { "info": { "name": "List DSCR Templates", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/template/dscr", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." } ] }, "docs": "List DSCR templates" } ] } ], "bundled": true }