{ "opencollection": "1.0.0", "info": { "name": "IO.Common Accounts UniqueItems API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://identity.scanbro.com/connect/authorize", "accessTokenUrl": "https://identity.scanbro.com/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "UniqueItems", "type": "folder" }, "items": [ { "info": { "name": "Get status of all the tools in the system for defined period", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/UniqueItems/tools", "params": [ { "name": "dateFrom", "value": "", "type": "query" }, { "name": "dateTo", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://identity.scanbro.com/connect/authorize", "accessTokenUrl": "https://identity.scanbro.com/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get status of all the tools in the system for defined period" }, { "info": { "name": "Get status of all the rent items in the system for defined period", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/UniqueItems/rent", "params": [ { "name": "dateFrom", "value": "", "type": "query" }, { "name": "dateTo", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://identity.scanbro.com/connect/authorize", "accessTokenUrl": "https://identity.scanbro.com/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get status of all the rent items in the system for defined period" }, { "info": { "name": "Get the current status snapshot for every unique item, scoped to caller's accessible locations.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/UniqueItems/statuses", "params": [ { "name": "locationId", "value": "", "type": "query" }, { "name": "statusId", "value": "", "type": "query" }, { "name": "genericStatus", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://identity.scanbro.com/connect/authorize", "accessTokenUrl": "https://identity.scanbro.com/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get the current status snapshot for every unique item, scoped to caller's accessible locations." } ] } ], "bundled": true }