Retrieves all job status
Request Information
URI Parameters :
None.
Body Parameters :
None.
Response Information
Resource Description :
IHttpActionResult
job_statusName | Description | Type | Additional information |
---|---|---|---|
id |
Primary Key |
globally unique identifier | |
code |
Status code |
string | |
name |
Status name |
string | |
sequence |
Status order |
integer | |
color_text |
Status color |
string | |
archived |
Status archived? |
boolean | |
modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating. |
date |
Response Formats
application/json, text/json
Sample:
{ "id": "ed3e5277-68cb-4c68-9f4a-d7cb910a6444", "code": "sample string 2", "name": "sample string 3", "sequence": 4, "color_text": "sample string 5", "archived": true, "modified_dateutc": "2024-11-20T11:11:55.3760368+00:00" }