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
system_job_status_id

globally unique identifier
system_job_status_code

string
sequence

Status order

integer
color_text

Status color

string
archived

Status archived?

boolean
is_readonly_on_api

Gives the possibility to alter the row using the API

boolean
usable_on_api

Specifies if can be used when create, update or changestatus of jobs

boolean
modified_dateutc

Readonly system field managed by database, filled with GetUtcDate when adding,updating.

date

Response Formats

application/json, text/json

Sample:
{
  "id": "1a0173df-f438-4eec-8c93-da5fba469687",
  "code": "sample string 2",
  "name": "sample string 3",
  "system_job_status_id": "c424f42f-a28f-416b-a8dc-33e3bfbc2f8b",
  "system_job_status_code": "sample string 5",
  "sequence": 6,
  "color_text": "sample string 7",
  "archived": true,
  "is_readonly_on_api": true,
  "usable_on_api": true,
  "modified_dateutc": "2026-08-19T18:05:41.4712361+00:00"
}