Overview
The list page that contains the Processing Stages.
|
Endpoint name |
|
|
Source table |
|
|
Fixed view |
|
|
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 |
10 |
The unique id of this entry. |
Record ID primary key |
|
|
string |
100 |
Description of the fishing area. |
mandatory |
|
|
string (datetime) |
|
|
non-editable |
Example Object
An example of one object :
JSON
{
"code": "SW",
"systemId": "79916e5c-9697-f011-b026-d12be11d849b",
"description": "South West",
"lastModified": "2025-09-22T09:27:34.277Z"
}