Overview
The list page that contains the Landing Types.
|
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 |
Format |
Description |
|
|
|
string |
uuid |
System ID. This is really not needed because the |
non-editable |
|
|
string |
max 20 |
The unique id of this entry. |
Record ID primary key |
|
|
string |
max 100 |
The description of this landing type |
mandatory |
|
|
boolean |
|
|
optional |
|
|
string |
date-time |
|
non-editable |
Example Object
An example of one object :
JSON
{
"systemId": "6f603927-1603-f011-b01d-f992b2580806",
"code": "01",
"description": "normal",
"discarded": false,
"lastModified": "2025-03-17T10:12:08.083Z"
}