Retrieves all the db status list

Request Information

URI Parameters :

None.

Body Parameters :

None.

Response Information

Resource Description :

IHttpActionResult

db_status_list
NameDescriptionTypeAdditional information
id

Primary key

globally unique identifier
table_name

The name of table

string
from_status_id

The status id from

globally unique identifier
to_status_id

The status id to

globally unique identifier
sequence

Sorting field (0 first), to order them

integer
action_text

The action text

string
sys_readonly

Is readonly?

boolean
sys_logical_delete

Is delete?

boolean
modified_dateutc

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

date

Response Formats

application/json, text/json

Sample:
{
  "id": "18124e0b-e289-4023-83a0-39400ac3f5bf",
  "table_name": "sample string 2",
  "from_status_id": "d6a13b16-13ef-494c-8aeb-8be6eaff1d43",
  "to_status_id": "8dd8c3c2-f95b-4eca-a6a6-85829d4fb5ef",
  "sequence": 5,
  "action_text": "sample string 6",
  "sys_readonly": true,
  "sys_logical_delete": true,
  "modified_dateutc": "2025-09-14T07:37:27.7614419+00:00"
}