Breadcrumbs

API - Fishing Areas


Overview

The list page that contains the Processing Stages.

Endpoint name

fishingAreas

Source table

WiFi Fishing Area

Fixed view


Requests allowed

GET, POST, PATCH, DELETE

Primary key

Code

Record ID

code

Procedures

None


Data

Field List

Property

Type

Max Len

Description


systemId

string (UUID)


System ID. This is really not needed because the code is the record ID.

non-editable

code

string 

10

The unique id of this entry.

Record ID

primary key

description

string

100

Description of the fishing area.

mandatory

lastModified

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"
}