Base Endpoint
Available Operations
Get All POIs
Retrieve all points of interest from the catalog
Create POI
Add a new point of interest to the catalog
Update POI
Update an existing point of interest
Delete POI
Remove a point of interest from the catalog
POI Data Structure
Each point of interest contains the following information:| Field | Type | Description |
|---|---|---|
id | integer | Unique identifier for the POI |
name | string | Name of the point of interest |
address | string | Physical address of the location |
lat | float | Latitude coordinate |
lng | float | Longitude coordinate |
category | string | Category classification |
open_time | time | Opening time |
close_time | time | Closing time |
average_stay_minutes | integer | Average visit duration in minutes |