{ "opencollection": "1.0.0", "info": { "name": "Opendock Nova API Documentation Appointments Orgs API", "version": "v4.144.0 - 39b4253" }, "items": [ { "info": { "name": "Orgs", "type": "folder" }, "items": [ { "info": { "name": "Retrieve a single Org", "type": "http" }, "http": { "method": "GET", "url": "https://neutron.opendock.com/org/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "fields", "value": "", "type": "query", "description": "Selects resource fields. Docs" }, { "name": "join", "value": "", "type": "query", "description": "Adds relational resources. Docs" }, { "name": "cache", "value": "", "type": "query", "description": "Reset cache (if was enabled). Docs" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve a single Org" }, { "info": { "name": "Update a single Org", "type": "http" }, "http": { "method": "PATCH", "url": "https://neutron.opendock.com/org/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a single Org" }, { "info": { "name": "OrgController_getAllReportSearches", "type": "http" }, "http": { "method": "GET", "url": "https://neutron.opendock.com/org/:orgId/report-search", "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "OrgController_createReportSearch", "type": "http" }, "http": { "method": "POST", "url": "https://neutron.opendock.com/org/:orgId/report-search", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "OrgController_updateReportSearch", "type": "http" }, "http": { "method": "PATCH", "url": "https://neutron.opendock.com/org/:orgId/report-search/:reportSearchKey", "params": [ { "name": "reportSearchKey", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "OrgController_deleteReportSearch", "type": "http" }, "http": { "method": "DELETE", "url": "https://neutron.opendock.com/org/:orgId/report-search/:reportSearchKey", "params": [ { "name": "reportSearchKey", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "OrgController_updateFavoriteCarriers", "type": "http" }, "http": { "method": "PATCH", "url": "https://neutron.opendock.com/org/:orgId/favorite-carriers", "params": [ { "name": "orgId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "OrgController_updateCustomTags", "type": "http" }, "http": { "method": "PATCH", "url": "https://neutron.opendock.com/org/:id/custom-tags", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } } ] } ], "bundled": true }