πͺZones
This page provides a description of the available API routes for managing zones.
API methods
Get zones
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"items":
[
{
"name": "Bar",
"defaultFiscalName": null,
"items":
[
{
"name": "B01",
"isTable": true,
"meta":
{
"position":
{
"x": 0.10,
"y": 0.10
},
"width": 0.12,
"height": 0.12,
"shape": "Rectangle",
"rotation": 0,
"color": "#cccccc"
}
},
{
"name": "B02",
"isTable": true,
"meta":
{
"position":
{
"x": 0.30,
"y": 0.10
},
"width": 0.12,
"height": 0.12,
"shape": "Rectangle",
"rotation": 0,
"color": "#cccccc"
}
}
],
"sortHint": 1,
"_v": 1
}
],
"count": 1,
"totalCount": 1
}Get zone by name
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Create zone
Headers
Name
Type
Description
Request Body
Name
Type
Description
Create or update zone
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Request Body
Name
Type
Description
Delete zone by name
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Last updated