{ "opencollection": "1.0.0", "info": { "name": "Document", "version": "1.0.0" }, "items": [ { "info": { "name": "document", "type": "folder" }, "items": [ { "info": { "name": "Retrieves/Downloads a document by ID", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/document/:id", "headers": [ { "name": "transactionId", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifier of the document" }, { "name": "queryText", "value": "", "type": "query", "description": "Rendition of document to be downloaded" } ] }, "docs": "This operation retrieves a Document entity." }, { "info": { "name": "Updates partially a Document", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/document/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifier of the Document at Profile Level" }, { "name": "profileType", "value": "", "type": "query", "description": "Identifier of the Profile Type" } ] }, "docs": "This operation updates partially a Document entity." }, { "info": { "name": "List or find document objects", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/document", "headers": [ { "name": "transactionId", "value": "" } ], "params": [ { "name": "queryText", "value": "", "type": "query", "description": "Base64 encoded query param to send query logic to WCC" } ] }, "docs": "This operation lists or finds document entities" }, { "info": { "name": "Creates a Document", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/document", "headers": [ { "name": "transactionId", "value": "" }, { "name": "uploadType", "value": "" } ] }, "docs": "This operation creates a Document entity." } ] } ], "bundled": true }