Retrieves the job status with the specified key

Request Information

URI Parameters :

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters :

None.

Response Information

Resource Description :

IHttpActionResult

job_status
NameDescriptionTypeAdditional 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": "aa1c8fd0-0338-4087-ba7a-4011af9bb294",
  "code": "sample string 2",
  "name": "sample string 3",
  "sequence": 4,
  "color_text": "sample string 5",
  "archived": true,
  "modified_dateutc": "2024-04-20T09:26:17.4323593+00:00"
}