{ "opencollection": "1.0.0", "info": { "name": "Efront Account Job API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Job", "type": "folder" }, "items": [ { "info": { "name": "GET /Job/{Id}", "type": "http" }, "http": { "method": "GET", "url": "https://virtserver.swaggerhub.com/Epignosis/Efront-API/1.0.0/Job/:Id", "params": [ { "name": "Id", "value": "", "type": "path" } ] }, "docs": "Returns information for a given job." }, { "info": { "name": "PUT /Job/{Id}", "type": "http" }, "http": { "method": "PUT", "url": "https://virtserver.swaggerhub.com/Epignosis/Efront-API/1.0.0/Job/:Id", "params": [ { "name": "Id", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Edits the specified job.\n\n- The Id in the URL, refers to the job.\n" }, { "info": { "name": "GET /Jobs", "type": "http" }, "http": { "method": "GET", "url": "https://virtserver.swaggerhub.com/Epignosis/Efront-API/1.0.0/Jobs" }, "docs": "Returns the entire list of jobs." }, { "info": { "name": "GET /User/{Id}/Jobs", "type": "http" }, "http": { "method": "GET", "url": "https://virtserver.swaggerhub.com/Epignosis/Efront-API/1.0.0/User/:Id/Jobs", "params": [ { "name": "Id", "value": "", "type": "path" } ] }, "docs": "Returns information about user jobs." }, { "info": { "name": "Adds a user to a job", "type": "http" }, "http": { "method": "POST", "url": "https://virtserver.swaggerhub.com/Epignosis/Efront-API/1.0.0/Job/AddUser", "body": { "type": "json", "data": "{}" } }, "docs": "Adds a user to a job" }, { "info": { "name": "Create a job", "type": "http" }, "http": { "method": "POST", "url": "https://virtserver.swaggerhub.com/Epignosis/Efront-API/1.0.0/Job", "body": { "type": "json", "data": "{}" } }, "docs": "Create a job" }, { "info": { "name": "PUT /Job/{Id}/AddUser", "type": "http" }, "http": { "method": "PUT", "url": "https://virtserver.swaggerhub.com/Epignosis/Efront-API/1.0.0/Job/:Id/AddUser", "params": [ { "name": "Id", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [ { "name": "UserId", "value": "" } ] } }, "docs": "Adds a user to the specified job.\n\n- The Id in the URL, refers to the job.\n\n- The Id of the user is defined as a PUT field, in the request body.\n" } ] } ], "bundled": true }