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
Docs powered by
Archbee
Frontu API Sandbox
ClientApi/Workspace

Get workspaces list

2min
GET
Returns all workspaces
AUTHENTICATION
Authorization
apiKey
QUERY PARAMETERS
version
integer

Filter data by given timestamp. * (WHERE table.version >

).

page
integer
Page number.
items
integer

Items per page 100/200/300.

RESPONSES
200
Returned when successful
object
Returned when successful
next_page
integer
0 if no more pages * exists
items
object[]
Example:
404
Entity Not Found
object
Entity Not Found
Curl
Python
PHP
Shell
C#
|
curl --location --request GET 'https://dev1.frontu.com/client/api/v2/workspaces' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json'
RESPONSES
200
404
|
// Returned when successful 
{
  "next_page": 0,
  "items": [
    {
      "version": 0,
      "title": "",
      "serialNumber": "",
      "longitude": "",
      "latitude": "",
      "note": "",
      "address": "",
      "city": "",
      "apartmentNumber": 0,
      "signatureCode": "",
      "objectCode": "",
      "client": {
        "title": "",
        "companyCode": "",
        "guid": "",
        "systemId": ""
      },
      "created": "",
      "guid": "",
      "updated": "",
      "deleted": false,
      "systemId": "",
      "warrantyIndicator": 0,
      "warrantyRequired": false,
      "type": "",
      "fullAddress": "",
      "customValues": [
        {
          "guid": "",
          "value": ""
        }
      ]
    }
  ]
}




Updated 31 Jul 2023
Did this page help you?
PREVIOUS
Get Client detail information
NEXT
Create / Update Workspace
Docs powered by
Archbee
Docs powered by
Archbee