GET api/Job?completed={completed}

Method for getting all jobs

Request Information

Parameters

NameDescriptionAdditional information
completed
If you want jobs in completed status. Defaults to false

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "success": true,
  "message": "sample string 2",
  "data": [
    {},
    {},
    {}
  ]
}