Frontu API Sandbox
ClientApi/Work
Get Works list
1min
GET
https://dev1.frontu.com//client/api/v2/works
This endpoint allows to get all data about works.
Authentication
Authorization
apiKey
Responses
200
OK
object
next_page
number
*
items
object[]
*
Curl
JS
Ruby
Python
1curl --location 'https://dev1.frontu.com//client/api/v2/works' \
2--header 'Accept: application/json' \
3--header 'Content-Type: application/json'
Responses
200
1// OK
2{
3 "next_page": 0,
4 "items": [
5 {
6 "version": 0,
7 "title": {},
8 "duration": 0,
9 "suggestedDuration": {},
10 "unit": {},
11 "workType": 0,
12 "workTimeType": 0,
13 "currency": "",
14 "vat": "",
15 "rate": 0,
16 "price": 0,
17 "priceWithVat": 0,
18 "description": {},
19 "standartizedWork": {
20 "title": "",
21 "guid": "",
22 "systemId": "",
23 "defaultDuration": {}
24 },
25 "workspace": {
26 "title": "",
27 "serialNumber": "",
28 "guid": "",
29 "systemId": "",
30 "type": ""
31 },
32 "task": {
33 "title": "",
34 "code": "",
35 "guid": "",
36 "systemId": ""
37 },
38 "taskTemplate": {},
39 "user": {
40 "title": "",
41 "guid": "",
42 "systemId": {}
43 },
44 "guid": "",
45 "created": "",
46 "updated": "",
47 "deleted": false,
48 "systemId": "",
49 "equipment": {
50 "title": "",
51 "guid": "",
52 "systemId": ""
53 }
54 }
55 ]
56}
Updated 18 Apr 2025
Did this page help you?