Main
⌘
K
API-Basics
Frontu->SystemX (Periodical check + Filters)
SystemX->Frontu (Clients + Objects + Equipments)
SystemX->Frontu (Custom fields)
SystemX->Frontu (Standartized Material Remains)
SystemX->Frontu (Standartized Materials)
SystemX->Frontu (Task Request)
SystemX -> Frontu (Clients + Objects)
Task templates and task
Webhooks
Frontu API Sandbox
ClientApi/Client
ClientApi/Workspace
ClientApi/StandartizedMaterial
ClientApi/StandartizedWork
ClientApi/ResponsiblePerson
ClientApi/MaterialType
ClientApi/Place
ClientApi/Task
ClientApi/TaskRequest
ClientApi/TaskType
ClientApi/Material
ClientApi/Work
ClientApi/RouteHistory
ClientApi/TaskStatusHistory
ClientApi/Note
ClientApi/CreditStatus
ClientApi/ClientCustomField
ClientApi/TaskCustomField
ClientApi/WorkspaceCustomField
ClientApi/StandartizedWorkCustomField
ClientApi/StandartizedMaterialCustomField
ClientApi/TaskStopReason
ClientApi/File
ClientApi/File/Download
ClientApi/Image
ClientApi/Image/Download
ClientApi/EvaluationForm
ClientApi/User
ClientApi/Equipment
ClientApi/UserTaskTimes
ClientApi/Travels
ClientApi/Evaluations
ClientApi/StandartizedMaterialRemains
ClientApi/WorkspaceResponsiblePerson
ClientApi/Region
Docs powered by
Archbee
Frontu API Sandbox
ClientApi/Region
Get Region list
1min
GET
https://dev1.frontu.com/client/api/v2/regions
Try it
This endpoint allows to return all regions
Authentication
Authorization
apiKey
Responses
200
OK
object
next_page
number
items
object[]
Curl
JS
Ruby
Python
1
curl
--location
'https://dev1.frontu.com/client/api/v2/regions'
\
2
--header
'Accept: application/json'
\
3
--header
'Content-Type: application/json'
curl --location 'https://dev1.frontu.com/client/api/v2/regions' \ --header 'Accept: application/json' \ --header 'Content-Type: application/json'
Responses
200
1
// OK
2
{
3
"next_page"
:
0
,
4
"items"
:
[
5
{
6
"version"
:
0
,
7
"title"
:
""
,
8
"address"
:
""
,
9
"description"
:
""
,
10
"guid"
:
""
,
11
"created"
:
""
,
12
"updated"
:
""
,
13
"deleted"
:
false
,
14
"systemId"
:
""
15
}
16
]
17
}
// OK { "next_page": 0, "items": [ { "version": 0, "title": "", "address": "", "description": "", "guid": "", "created": "", "updated": "", "deleted": false, "systemId": "" } ] }
Updated 30 Sep 2024
Did this page help you?
PREVIOUS
Get detail information about workspace responsible person
Docs powered by
Archbee
Docs powered by
Archbee