{ "opencollection": "1.0.0", "info": { "name": "Oper Agent Documents Library API", "version": "1.0" }, "items": [ { "info": { "name": "Library", "type": "folder" }, "items": [ { "info": { "name": "api_library_documents_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/library/documents/", "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_library_documents_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/library/documents/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } } ] } ], "bundled": true }