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/File
Get File list
1min
GET
https://dev1.frontu.com//client/api/v2/files
Try it
This endopint allows to get file list
Authentication
Authorization
apiKey
Query Parameters
page
string
version
string
Responses
200
Returned when successful
object
next_page
integer
items
object[]
Curl
JS
Ruby
Python
1
curl
--location
'https://dev1.frontu.com//client/api/v2/files'
\
2
--header
'Accept: application/json'
\
3
--header
'Content-Type: application/json'
curl --location 'https://dev1.frontu.com//client/api/v2/files' \ --header 'Accept: application/json' \ --header 'Content-Type: application/json'
Responses
200
1
// Returned when successful
2
{
3
"next_page"
:
0
,
4
"items"
:
[
5
{
6
"version"
:
0
,
7
"originalName"
:
""
,
8
"path"
:
""
,
9
"checksum"
:
""
,
10
"contentLength"
:
""
,
11
"task"
:
""
,
12
"taskRequest"
:
""
,
13
"guid"
:
""
,
14
"created"
:
""
,
15
"updated"
:
""
16
}
17
]
18
}
// Returned when successful { "next_page": 0, "items": [ { "version": 0, "originalName": "", "path": "", "checksum": "", "contentLength": "", "task": "", "taskRequest": "", "guid": "", "created": "", "updated": "" } ] }
PREVIOUS
Get TaskStopReason
NEXT
Get File
Docs powered by
Archbee
Docs powered by
Archbee