Frontu API Sandbox
ClientApi/Task
Get Task list
2min
GET
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.
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
next_page
string
items
object[]
Example:
Curl
Python
PHP
Shell
C#
|
RESPONSES
200
|

Updated 31 Jul 2023
Did this page help you?