{ "opencollection": "1.0.0", "info": { "name": "Shyft Customer Authentication > Email Customer > Action Jobs API", "version": "1.0.0" }, "items": [ { "info": { "name": "Customer > Action Jobs", "type": "folder" }, "items": [ { "info": { "name": "get an action job", "type": "http" }, "http": { "method": "GET", "url": "http://{{host}}/api/customer/user_role/action_jobs/251020", "headers": [ { "name": "Session-Uukey", "value": "{{session_uukey}}" }, { "name": "Content-Type", "value": "application/json" } ] }, "docs": "get an action job" }, { "info": { "name": "delete an action job", "type": "http" }, "http": { "method": "DELETE", "url": "http://{{host}}/api/customer/user_role/action_jobs/251020", "headers": [ { "name": "Session-Uukey", "value": "{{session_uukey}}" }, { "name": "Content-Type", "value": "application/json" } ], "params": [ { "name": "delete_schedule", "value": "true", "type": "query" } ] }, "docs": "delete an action job" }, { "info": { "name": "list action jobs", "type": "http" }, "http": { "method": "GET", "url": "http://{{host}}/api/customer/user_role/action_jobs", "headers": [ { "name": "Session-Uukey", "value": "{{session_uukey}}" }, { "name": "Content-Type", "value": "application/json" } ], "params": [ { "name": "location_id", "value": "", "type": "query" } ] }, "docs": "list action jobs" } ] } ], "bundled": true }