{ "opencollection": "1.0.0", "info": { "name": "Intralinks Authentication Documents API", "version": "2.0.0" }, "items": [ { "info": { "name": "Documents", "type": "folder" }, "items": [ { "info": { "name": "Intralinks List Documents", "type": "http" }, "http": { "method": "GET", "url": "https://api.intralinks.com/v2/workspaces/:workspaceId/documents", "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The unique identifier of the workspace." }, { "name": "folderId", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns documents within a workspace, optionally filtered by folder." }, { "info": { "name": "Intralinks Upload Document", "type": "http" }, "http": { "method": "POST", "url": "https://api.intralinks.com/v2/workspaces/:workspaceId/documents", "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The unique identifier of the workspace." } ], "body": { "type": "multipart-form", "data": [ { "name": "file", "type": "text", "value": "" }, { "name": "folderId", "type": "text", "value": "" }, { "name": "name", "type": "text", "value": "" }, { "name": "note", "type": "text", "value": "" } ] }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Uploads a new document to a workspace." }, { "info": { "name": "Intralinks Get Document", "type": "http" }, "http": { "method": "GET", "url": "https://api.intralinks.com/v2/workspaces/:workspaceId/documents/:documentId", "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The unique identifier of the workspace." }, { "name": "documentId", "value": "", "type": "path", "description": "The unique identifier of the document." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns metadata for a specific document." }, { "info": { "name": "Intralinks Update Document", "type": "http" }, "http": { "method": "PUT", "url": "https://api.intralinks.com/v2/workspaces/:workspaceId/documents/:documentId", "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The unique identifier of the workspace." }, { "name": "documentId", "value": "", "type": "path", "description": "The unique identifier of the document." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Updates document metadata." }, { "info": { "name": "Intralinks Delete Document", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.intralinks.com/v2/workspaces/:workspaceId/documents/:documentId", "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The unique identifier of the workspace." }, { "name": "documentId", "value": "", "type": "path", "description": "The unique identifier of the document." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Deletes a document from a workspace." }, { "info": { "name": "Intralinks Download Document", "type": "http" }, "http": { "method": "GET", "url": "https://api.intralinks.com/v2/workspaces/:workspaceId/documents/:documentId/download", "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The unique identifier of the workspace." }, { "name": "documentId", "value": "", "type": "path", "description": "The unique identifier of the document." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Downloads the file content of a document." } ] } ], "bundled": true }