{ "opencollection": "1.0.0", "info": { "name": "Intralinks Authentication Workspaces API", "version": "2.0.0" }, "items": [ { "info": { "name": "Workspaces", "type": "folder" }, "items": [ { "info": { "name": "Intralinks List Workspaces", "type": "http" }, "http": { "method": "GET", "url": "https://api.intralinks.com/v2/workspaces", "params": [ { "name": "type", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns a list of workspaces (exchanges / virtual data rooms) accessible to the authenticated user." }, { "info": { "name": "Intralinks Create Workspace", "type": "http" }, "http": { "method": "POST", "url": "https://api.intralinks.com/v2/workspaces", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Creates a new workspace (exchange / virtual data room)." }, { "info": { "name": "Intralinks Get Workspace", "type": "http" }, "http": { "method": "GET", "url": "https://api.intralinks.com/v2/workspaces/:workspaceId", "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The unique identifier of the workspace." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns details for a specific workspace." }, { "info": { "name": "Intralinks Update Workspace", "type": "http" }, "http": { "method": "PUT", "url": "https://api.intralinks.com/v2/workspaces/:workspaceId", "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The unique identifier of the workspace." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Updates an existing workspace." }, { "info": { "name": "Intralinks Delete Workspace", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.intralinks.com/v2/workspaces/:workspaceId", "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The unique identifier of the workspace." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Deletes a workspace." } ] } ], "bundled": true }