{ "opencollection": "1.0.0", "info": { "name": "Provet Cloud REST Appointments Reference Data API", "version": "0.1" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://provetcloud.com/0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Reference Data", "type": "folder" }, "items": [ { "info": { "name": "List items", "type": "http" }, "http": { "method": "GET", "url": "https://provetcloud.com/{provet_id}/api/0.1/item/" }, "docs": "Retrieve the master catalog for medicines, procedures, supplies, and food." }, { "info": { "name": "Get a department", "type": "http" }, "http": { "method": "GET", "url": "https://provetcloud.com/{provet_id}/api/0.1/department/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a department" }, { "info": { "name": "Get an appointment reason", "type": "http" }, "http": { "method": "GET", "url": "https://provetcloud.com/{provet_id}/api/0.1/reason/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get an appointment reason" }, { "info": { "name": "Get a user", "type": "http" }, "http": { "method": "GET", "url": "https://provetcloud.com/{provet_id}/api/0.1/user/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a user" }, { "info": { "name": "List custom field definitions", "type": "http" }, "http": { "method": "GET", "url": "https://provetcloud.com/{provet_id}/api/0.1/custom_fields/" }, "docs": "List all custom field definitions for the installation." }, { "info": { "name": "List species codes", "type": "http" }, "http": { "method": "GET", "url": "https://provetcloud.com/{provet_id}/api/0.1/codelist/species/" }, "docs": "List species codes" }, { "info": { "name": "List breed codes", "type": "http" }, "http": { "method": "GET", "url": "https://provetcloud.com/{provet_id}/api/0.1/codelist/breeds/" }, "docs": "List breed codes" }, { "info": { "name": "List diagnosis codes", "type": "http" }, "http": { "method": "GET", "url": "https://provetcloud.com/{provet_id}/api/0.1/codelist/diagnoses/" }, "docs": "List diagnosis codes" } ] } ], "bundled": true }