{ "opencollection": "1.0.0", "info": { "name": "HighBond API Reference Actions Robots Folders API", "version": "1.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Robots Folders", "type": "folder" }, "items": [ { "info": { "name": "List Folders", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{server}/v1/orgs/:org_id/robots_folders", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "The ID of the HighBond instance." } ] }, "docs": "Get a list of Robots Folders.\n" }, { "info": { "name": "Create Folder", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{server}/v1/orgs/:org_id/robots_folders", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "The ID of the HighBond instance." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a Robots Folder.\n" }, { "info": { "name": "Get Robots Folder", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{server}/v1/orgs/:org_id/robots_folders/:folder_id", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "The ID of the HighBond instance." }, { "name": "folder_id", "value": "", "type": "path", "description": "The ID of the folder." }, { "name": "category", "value": "", "type": "query", "description": "The Robots category for the Folder." } ] }, "docs": "Get a Robots Folder.\n" }, { "info": { "name": "Update Folder", "type": "http" }, "http": { "method": "PATCH", "url": "{protocol}://{server}/v1/orgs/:org_id/robots_folders/:folder_id", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "The ID of the HighBond instance." }, { "name": "folder_id", "value": "", "type": "path", "description": "The ID of the folder." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a Robots Folder." }, { "info": { "name": "Delete Folder", "type": "http" }, "http": { "method": "DELETE", "url": "{protocol}://{server}/v1/orgs/:org_id/robots_folders/:folder_id", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "The ID of the HighBond instance." }, { "name": "folder_id", "value": "", "type": "path", "description": "The ID of the folder." } ] }, "docs": "Deletes a Robots Folder." }, { "info": { "name": "List Robots in a Folder", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{server}/v1/orgs/:org_id/robots_folders/:folder_id/robots", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "The ID of the HighBond instance." }, { "name": "folder_id", "value": "", "type": "path", "description": "The ID of the folder." } ] }, "docs": "List Robots in a Folder.\n" } ] } ], "bundled": true }