Description
Job Status reflects the current state of a job in Aspire (e.g., In Process, Complete, Canceled). These fixed values guide workflow actions, display on dashboards and status cards, and help track job progress throughout the opportunity lifecycle. Display names can be customized, but the underlying status codes are system-defined.
Resource overview
Endpoint | Definition |
GET /JobStatus | Retrieve a list of all Job Status records. |
Attributes
Attribute | Description | Data type | Notes |
JobStatusID | Unique identifier for the Job Status | integer | Optional |
JobStatus | Internal code or short label for the status | string | Optional; Max length: 20 |
JobStatusName | Full display name of the Job Status | string | Optional; Max length: 100 |
SortOrder | Sort order value used for display purposes | integer | Optional |