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/Equipment

Get Equipment actions list

2min
GET
This endpoint allows to get Equipment actions list If you want to update Equipment actions value using POST method you need to fill information for guid field or systemId field in request body.
AUTHENTICATION
Authorization
apiKey
QUERY PARAMETERS
version
string

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

).

page
string
Page number.
items
string

Items per page 100/200/300.

RESPONSES
200
OK
object
OK
next_page
string
*
items
object[]
*
Example:
object
next_page
string
*
items
object[]
*
Example:
Curl
Python
PHP
Shell
C#
|
curl --location --request GET 'https://dev1.frontu.com/client/api/v2/equipmentactions' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json'
RESPONSES
200
|
// OK 
{
  "next_page": "",
  "items": [
    {
      "id": 0,
      "version": 0,
      "guid": "",
      "created": "",
      "updated": "",
      "deleted": false,
      "equipment": "",
      "task": "",
      "note": "",
      "refurbReason": "",
      "action": "",
      "customValues": [
        {
          "guid": "",
          "guid2": ""
        }
      ]
    }
  ]
}




Updated 31 Jul 2023
Did this page help you?
PREVIOUS
Create / Update Equipments
NEXT
Create / Update Equipment actions
Docs powered by
Archbee
Docs powered by
Archbee