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. |
|
| PendingJobs | integer |
None. |
|
| ClosedJobs | integer |
None. |
|
| ActiveJobPercentage | decimal number |
None. |
|
| PendingJobPercentage | decimal number |
None. |
|
| ClosedJobPercentage | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"totalJobs": 6,
"activeJobs": 1,
"pendingJobs": 2,
"closedJobs": 3,
"activeJobPercentage": 17.0,
"pendingJobPercentage": 33.0,
"closedJobPercentage": 50.0
}