{ "opencollection": "1.0.0", "info": { "name": "HighBond API Reference Actions Robots Folders Collaborators API", "version": "1.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Robots Folders Collaborators", "type": "folder" }, "items": [ { "info": { "name": "List Folder Collaborators", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{server}/v1/orgs/:org_id/robots_folders/:folder_id/collaborators", "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": "offset", "value": "", "type": "query", "description": "Required data records start position, start from 0" }, { "name": "usersPerPage", "value": "", "type": "query", "description": "Required number of records to read, start from 1" } ] }, "docs": "Get a list of collaborators from a folder.\n" }, { "info": { "name": "Create Folder Collaborator", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{server}/v1/orgs/:org_id/robots_folders/:folder_id/collaborators", "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": "Create a single collaborator for a folder.\n" }, { "info": { "name": "Update folder collaborator", "type": "http" }, "http": { "method": "PATCH", "url": "{protocol}://{server}/v1/orgs/:org_id/robots_folders/:folder_id/collaborators/:user_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": "user_id", "value": "", "type": "path", "description": "The ID of the user." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a folder collaborator." }, { "info": { "name": "Delete folder collaborator", "type": "http" }, "http": { "method": "DELETE", "url": "{protocol}://{server}/v1/orgs/:org_id/robots_folders/:folder_id/collaborators/:user_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": "user_id", "value": "", "type": "path", "description": "The ID of the user." } ] }, "docs": "Deletes a folder collaborator." } ] } ], "bundled": true }