{ "opencollection": "1.0.0", "info": { "name": "Robocorp Control Room Assets API", "version": "v1" }, "items": [ { "info": { "name": "Assets", "type": "folder" }, "items": [ { "info": { "name": "List Assets", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.robocorp.com/api/v1/workspaces/:workspace_id/assets", "params": [ { "name": "workspace_id", "value": "", "type": "path", "description": "The workspace identifier" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "List all assets in a workspace." }, { "info": { "name": "Create Asset", "type": "http" }, "http": { "method": "POST", "url": "https://cloud.robocorp.com/api/v1/workspaces/:workspace_id/assets", "params": [ { "name": "workspace_id", "value": "", "type": "path", "description": "The workspace identifier" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a new asset in storage." }, { "info": { "name": "Get Asset", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.robocorp.com/api/v1/workspaces/:workspace_id/assets/:asset_id", "params": [ { "name": "workspace_id", "value": "", "type": "path", "description": "The workspace identifier" }, { "name": "asset_id", "value": "", "type": "path", "description": "The asset identifier" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Retrieve a specific asset by ID." }, { "info": { "name": "Delete Asset", "type": "http" }, "http": { "method": "DELETE", "url": "https://cloud.robocorp.com/api/v1/workspaces/:workspace_id/assets/:asset_id", "params": [ { "name": "workspace_id", "value": "", "type": "path", "description": "The workspace identifier" }, { "name": "asset_id", "value": "", "type": "path", "description": "The asset identifier" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Remove an asset from storage." } ] } ], "bundled": true }