Frontu API Sandbox
ClientApi/Task
Get Task detail information
2min
GET
AUTHENTICATION
Authorization
apiKey
QUERY PARAMETERS
guid
string
*GUID format entity identifier generated by Frontu.
systemId
string
Entity identifier from external system.
code
string
Task code identifier.
billStatus
string
Bill status.
status
string
Task status, if it is finished or not.
receivedByExternalSystem
string
Task status, if it is received by external system.
RESPONSES
200
Returned when successful
object
Returned when successful
systemId
string
code
string
title
string
clientName
string
clientEmail
string
rating
number
agreement
boolean
signatureType
string
signatureFile
string
description
string
abortMessage
string
clientNote
string
clientNoteReply
string
distance
number
workPrice
number
workPriceWithVat
number
routePrice
number
routePriceWithVat
number
materialPrice
number
materialPriceWithVat
number
finalPrice
number
finalPriceWithVat
number
vat
number
currency
string
status
number
stopStatusMessage
string
plannedTime
string
plannedEndTime
string
fetched
boolean
time
string
ended
string
pastDue
boolean
duration
number
durationFull
number
billDate
string
billStatus
boolean
reassigned
boolean
filesExists
boolean
user
object
Example: [object Object]
formerUser
object
Example: [object Object]
assignor
object
Example: [object Object]
taskType
object
Example: [object Object]
workspace
object
Example: [object Object]
client
object
Example: [object Object]
createdBy
object
Example: [object Object]
taskRequest
string
requireObjectCode
boolean
requireSignature
boolean
taskTypePriority
number
guid
string
created
string
updated
string
version
number
deleted
boolean
receivedByExternalSystem
boolean
customValues
object[]
Example:
helpers
object[]
Example:
tags
object[]
Example:
404
Entity not found
Curl
Python
PHP
Shell
C#
|
RESPONSES
200
404
|

Updated 31 Jul 2023
Did this page help you?