Main
⌘
K
API usage rules
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/ResponsiblePerson
Get responsible person list
1min
GET
https://dev1.frontu.com//client/api/v2/responsible_persons
Try it
This endpoint allows to return all responsible person list.
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/responsible_persons'
\
2
--header
'Accept: application/json'
\
3
--header
'Content-Type: application/json'
curl --location 'https://dev1.frontu.com//client/api/v2/responsible_persons' \ --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
"firstName"
:
""
,
8
"lastName"
:
""
,
9
"position"
:
""
,
10
"phone"
:
""
,
11
"email"
:
""
,
12
"note"
:
{
}
,
13
"client"
:
""
,
14
"guid"
:
""
,
15
"created"
:
""
,
16
"updated"
:
""
,
17
"deleted"
:
false
,
18
"systemId"
:
""
19
}
20
]
21
}
// OK { "next_page": 0, "items": [ { "version": 0, "firstName": "", "lastName": "", "position": "", "phone": "", "email": "", "note": {}, "client": "", "guid": "", "created": "", "updated": "", "deleted": false, "systemId": "" } ] }
PREVIOUS
Get StandartizedWork detail information
NEXT
Create / Update ResponsiblePerson
Docs powered by
Archbee
Docs powered by
Archbee