Breadcrumbs

API - Fishing Areas


Overview

The list page that contains the Fishing Areas.

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

Format

Description


systemId

string

uuid

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

non-editable

code

string 

max 10

The unique id of this entry.

Record ID

primary key

description

string

max 100

Description of the fishing area.

mandatory

lastModified

string

date-time


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