{ "opencollection": "1.0.0", "info": { "name": "VA Appeals Status AllergyIntolerance UploadStatus API", "version": "1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "UploadStatus", "type": "folder" }, "items": [ { "info": { "name": "Get the status of an upload", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox-api.va.gov/services/appeals/v1/uploads/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get the status of an upload" }, { "info": { "name": "Bulk status report for multiple GUIDs", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox-api.va.gov/services/appeals/v1/uploads/report", "body": { "type": "json", "data": "{}" } }, "docs": "Bulk status report for multiple GUIDs" } ] } ], "bundled": true }