{ "opencollection": "1.0.0", "info": { "name": "Oper Credits Agent Documents Internaldocuments API", "version": "1.0" }, "items": [ { "info": { "name": "Internaldocuments", "type": "folder" }, "items": [ { "info": { "name": "api_internaldocuments_documents_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/internaldocuments/documents/", "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_internaldocuments_documents_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/internaldocuments/documents/:configuration_id/", "params": [ { "name": "configuration_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_internaldocuments_upload_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/internaldocuments/upload/", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Override to add query params to the data, serialize the full payload and return an empty response" } ] } ], "bundled": true }