Overview
The list page that contains the Processing Stages.
|
Endpoint name |
|
|
Source table |
|
|
Fixed view |
Discarded = false |
|
Requests allowed |
GET, POST, PATCH, DELETE |
|
Primary key |
Code |
|
Record ID |
|
|
Procedures |
None |
Data
Field List
|
Property |
Type |
Max Len |
Description |
|
|
|
string (UUID) |
|
System ID. This is really not needed because the |
non-editable |
|
|
string |
20 |
The unique id of this entry. |
Record ID primary key |
|
|
string |
100 |
The description of this landing type |
mandatory |
|
|
boolean |
|
|
optional |
|
|
string (datetime) |
|
|
non-editable |
Example Object
An example of one object :
JSON
{
"@odata.etag": "W/\"JzE5OzgyNzg2MTMxODY5ODk5OTMwOTUxOzAwOyc=\"",
"systemId": "6f603927-1603-f011-b01d-f992b2580806",
"code": "01",
"description": "normal",
"discarded": false,
"lastModified": "2025-03-17T10:12:08.083Z"
}