Breadcrumbs

API - Landing Types


Overview

The list page that contains the Landing Types.

Endpoint name

landingTypes

Source table

WiFi Landing Type

Fixed view

Discarded = false

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 20

The unique id of this entry.

Record ID

primary key

description

string

max 100

The description of this landing type

mandatory

discarded

boolean



optional

lastModified

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