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

Get Work

2min
GET
This endpoind allows to retrieve all information about one specific work and query params are used to retreive the one specific client.
AUTHENTICATION
Authorization
apiKey
QUERY PARAMETERS
guid
string
GUID format entity identifier generated by Frontu.
systemId
string
Entity identifier from external system.
RESPONSES
200
Returned when successful
object
Returned when successful
version
integer
title
string
duration
integer
suggestedDuration
integer
currency
string
vat
string
rate
integer
price
integer
priceWithVat
integer
description
string
standartizedWork
object
Example: [object Object]
object
object
Example: [object Object]
task
object
Example: [object Object]
taskTemplate
string
user
object
Example: [object Object]
guid
string
created
string
updated
string
deleted
boolean
workTime
string
workType
string
systemId
string
404
Entity not found
Curl
Python
PHP
Shell
C#
|
curl --location --request GET 'https://dev1.frontu.com/client/api/v2/works/details' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json'
RESPONSES
200
404
|
// Returned when successful 
{
  "version": 0,
  "title": "",
  "duration": 0,
  "suggestedDuration": 0,
  "currency": "",
  "vat": "",
  "rate": 0,
  "price": 0,
  "priceWithVat": 0,
  "description": "",
  "standartizedWork": {
    "title": "",
    "guid": "",
    "systemId": ""
  },
  "object": {
    "title": "",
    "serialNumber": "",
    "guid": "",
    "systemId": ""
  },
  "task": {
    "title": "",
    "guid": "",
    "systemId": ""
  },
  "taskTemplate": "",
  "user": {
    "title": "",
    "guid": "",
    "systemId": ""
  },
  "guid": "",
  "created": "",
  "updated": "",
  "deleted": false,
  "workTime": "",
  "workType": "",
  "systemId": ""
}




Updated 31 Jul 2023
Did this page help you?
PREVIOUS
Get Works list
NEXT
Get RouteHistory list
Docs powered by
Archbee
Docs powered by
Archbee