GET api/Dashboard/GetJobSummary
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
JobSummary| Name | Description | Type | Additional information |
|---|---|---|---|
| TotalJobs | integer |
None. |
|
| ActiveJobs | integer |
None. |
|
| ClosedJobs | integer |
None. |
|
| ActiveJobsPercentage | decimal number |
None. |
|
| ClosedJobsPercentage | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"totalJobs": 3,
"activeJobs": 1,
"closedJobs": 2,
"activeJobsPercentage": 33.0,
"closedJobsPercentage": 67.0
}