{ "opencollection": "1.0.0", "info": { "name": "Capella Space Collects RepeatRequests API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "RepeatRequests", "type": "folder" }, "items": [ { "info": { "name": "Submit a repeat tasking request", "type": "http" }, "http": { "method": "POST", "url": "https://api.capellaspace.com/repeat-requests", "body": { "type": "json", "data": "{}" } }, "docs": "Submit a repeat tasking request" }, { "info": { "name": "Get a repeat tasking request", "type": "http" }, "http": { "method": "GET", "url": "https://api.capellaspace.com/repeat-requests/:repeatrequestId", "params": [ { "name": "repeatrequestId", "value": "", "type": "path" } ] }, "docs": "Get a repeat tasking request" }, { "info": { "name": "Get repeat request status", "type": "http" }, "http": { "method": "GET", "url": "https://api.capellaspace.com/repeat-requests/:repeatrequestId/status", "params": [ { "name": "repeatrequestId", "value": "", "type": "path" } ] }, "docs": "Get repeat request status" }, { "info": { "name": "Update repeat request status (review/approve/cancel)", "type": "http" }, "http": { "method": "POST", "url": "https://api.capellaspace.com/repeat-requests/:repeatrequestId/status", "params": [ { "name": "repeatrequestId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update repeat request status (review/approve/cancel)" }, { "info": { "name": "Search repeat tasking requests", "type": "http" }, "http": { "method": "POST", "url": "https://api.capellaspace.com/repeat-requests/search", "body": { "type": "json", "data": "{}" } }, "docs": "Search repeat tasking requests" } ] } ], "bundled": true }