{ "opencollection": "1.0.0", "info": { "name": "Oper Credits Agent Documents Communication History API", "version": "1.0" }, "items": [ { "info": { "name": "Communication History", "type": "folder" }, "items": [ { "info": { "name": "api_communication_history_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/communication-history/", "params": [ { "name": "page", "value": "", "type": "query", "description": "A page number within the paginated result set." }, { "name": "page_size", "value": "", "type": "query", "description": "Number of results to return per page." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_communication_history_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/communication-history/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Loan request communication history." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } } ] } ], "bundled": true }