{ "opencollection": "1.0.0", "info": { "name": "Nortech Asset Unit API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Unit", "type": "folder" }, "items": [ { "info": { "name": "List Workspace Asset Division Units", "type": "http" }, "http": { "method": "GET", "url": "https://api.apps.nor.tech/api/v1/workspaces/:workspace/assets/:asset/divisions/:division/units", "params": [ { "name": "workspace", "value": "", "type": "path" }, { "name": "asset", "value": "", "type": "path" }, { "name": "division", "value": "", "type": "path" }, { "name": "size", "value": "", "type": "query" }, { "name": "nextToken", "value": "", "type": "query" }, { "name": "sortBy", "value": "", "type": "query" }, { "name": "sortOrder", "value": "", "type": "query" } ] }, "docs": "List all `Units` in a `Workspace/Asset/Division` group by their `Names`." }, { "info": { "name": "Get Workspace Asset Division Unit", "type": "http" }, "http": { "method": "GET", "url": "https://api.apps.nor.tech/api/v1/workspaces/:workspace/assets/:asset/divisions/:division/units/:unit", "params": [ { "name": "workspace", "value": "", "type": "path" }, { "name": "asset", "value": "", "type": "path" }, { "name": "division", "value": "", "type": "path" }, { "name": "unit", "value": "", "type": "path" } ] }, "docs": "Get a `Unit` in a `Workspace/Asset/Division` group by their `Names`." }, { "info": { "name": "List Workspace Units", "type": "http" }, "http": { "method": "GET", "url": "https://api.apps.nor.tech/api/v1/workspaces/:workspace/units", "params": [ { "name": "workspace", "value": "", "type": "path" }, { "name": "size", "value": "", "type": "query" }, { "name": "nextToken", "value": "", "type": "query" }, { "name": "sortBy", "value": "", "type": "query" }, { "name": "sortOrder", "value": "", "type": "query" } ] }, "docs": "List all `Units` in a `Workspace` by its `ID`." }, { "info": { "name": "List Asset Units", "type": "http" }, "http": { "method": "GET", "url": "https://api.apps.nor.tech/api/v1/assets/:asset/units", "params": [ { "name": "asset", "value": "", "type": "path" }, { "name": "size", "value": "", "type": "query" }, { "name": "nextToken", "value": "", "type": "query" }, { "name": "sortBy", "value": "", "type": "query" }, { "name": "sortOrder", "value": "", "type": "query" } ] }, "docs": "List all `Units` in an `Asset` by its `ID`." }, { "info": { "name": "List Division Units", "type": "http" }, "http": { "method": "GET", "url": "https://api.apps.nor.tech/api/v1/divisions/:division/units", "params": [ { "name": "division", "value": "", "type": "path" }, { "name": "size", "value": "", "type": "query" }, { "name": "nextToken", "value": "", "type": "query" }, { "name": "sortBy", "value": "", "type": "query" }, { "name": "sortOrder", "value": "", "type": "query" } ] }, "docs": "List all `Units` in a `Division` by its `ID`." }, { "info": { "name": "Get Unit", "type": "http" }, "http": { "method": "GET", "url": "https://api.apps.nor.tech/api/v1/units/:unit", "params": [ { "name": "unit", "value": "", "type": "path" } ] }, "docs": "Get a `Unit` by its `ID`." }, { "info": { "name": "Update Unit", "type": "http" }, "http": { "method": "PUT", "url": "https://api.apps.nor.tech/api/v1/units/:unit", "params": [ { "name": "unit", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a `Unit` **(Requires editor permissions)**" }, { "info": { "name": "Create Unit", "type": "http" }, "http": { "method": "POST", "url": "https://api.apps.nor.tech/api/v1/units", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new `Unit` **(Requires editor permissions)**" } ] } ], "bundled": true }