Documentation Index

Fetch the complete documentation index at: https://support.keypro.fi/llms.txt

Use this file to discover all available pages before exploring further.

2025-11-06 14.00 UTC - There are currently no active events. All systems operational.

Get task details

Prev Next
Get
/tasks/{id}/

Operation is used to retrieve full details of given task id.

Security
API Key: Token
Header parameter nameAuthorization

Token issued for API consumer.

Path parameters
id
integerRequired

Id of task

Responses
200

A result response object.

Expand All
object
automaticRepeat
integer

If task is repeatable automatically

currentState
integer

Id of current task state

endDate
string (date)

Task end date

executionCycle
integer

Execution cycle

id
integer

Primary key

name
string

Task name

network
integer

Network SAttribute id

plan
boolean

Is plan

repeatOrderNum
integer

Running number for repeatable tasks

repeatParent
integer

Parent task id

repeatable
integer

Info if task is repeatable

startDate
string (date)

Task start date

subregion
integer

Related Subregion id

taskCategory
integer

Related Category id

taskIdentifier
string

Task identifier

taskLocation
string (ewkt)

Task geographical location

closedInfo
object (TaskStateChangeInfo)

Information when and who updated the task and what state it was updated to.

createdBy
string

User who updated the task to this state

createdTs
string (date-time)

When state was updated

state
object (TaskState)

Task State

groupname

Group name of constant

Valid values[ "STATE" ]
id
integer

Unique id of constant

list_url
string (url)

Url to fetch all contants from this group

num_value
number (float)

Numeric value

orderNo
integer

Order number

txtValue
string

Human readable textual representation

inProgressInfo
object (TaskStateInProgressInfo)

Information when and who updated the task and what state it was updated to.

In Progress info has an additional detail for the user assigned for the task.

createdBy
string

User who updated the task to this state

createdTs
string (date-time)

When state was updated

state
object (TaskState)

Task State

groupname

Group name of constant

Valid values[ "STATE" ]
id
integer

Unique id of constant

list_url
string (url)

Url to fetch all contants from this group

num_value
number (float)

Numeric value

orderNo
integer

Order number

txtValue
string

Human readable textual representation

user
object (TaskUser)
email
string

User email

id
integer

Primary key

username
string

User name

openInfo
object (TaskStateChangeInfo)

Information when and who updated the task and what state it was updated to.

createdBy
string

User who updated the task to this state

createdTs
string (date-time)

When state was updated

state
object (TaskState)

Task State

groupname

Group name of constant

Valid values[ "STATE" ]
id
integer

Unique id of constant

list_url
string (url)

Url to fetch all contants from this group

num_value
number (float)

Numeric value

orderNo
integer

Order number

txtValue
string

Human readable textual representation

orderInfo
object (TaskStateOrderedInfo)

Information when and who updated the task and what state it was updated to.

Ordered info has an additional detail for the user assigned for the task.

company
object (Company)
companyName
string

Company name

description
string

Company description

id
integer

Primary key

createdBy
string

User who updated the task to this state

createdTs
string (date-time)

When state was updated

state
object (TaskState)

Task State

groupname

Group name of constant

Valid values[ "STATE" ]
id
integer

Unique id of constant

list_url
string (url)

Url to fetch all contants from this group

num_value
number (float)

Numeric value

orderNo
integer

Order number

txtValue
string

Human readable textual representation

401

Authentication credentials are missing or invalid

{
  "details": "Authentication credentials were not provided"
}
object

Standard error response payload

details
string

Detailed description of error

404

Object was not found

{
  "details": "Not found."
}
object

Standard error response payload

details
string

Detailed description of error