Operation is used to create new task. Can also create/attach network objects to fault.
Token issued for API consumer.
Task to be created
Task
related Category id
ContentType id for the network objects included in fault, use /api/v2/object-types/ endpoint to get these
Id of current task state
Primary key
System generated identifer for task.
Task name
List of primary keys from content type model to be included in fault
related Subregion id
Created Task data.
{
"automaticRepeat": 0,
"closedInfo": "{}",
"currentState": null,
"currentStateInfo": {
"createdBy": "example@keypro.fi",
"createdTs": "2026-05-19T18:01:12.740Z",
"state": {
"description": "Open",
"groupname": "STATUS",
"id": 235,
"list_url": "http://example.keypro.fi/api/v2/sattrs/groupname/STATUS/",
"name": "STATUS_OPEN_OPEN",
"numValue": null,
"orderno": 0,
"txtValue": null
}
},
"endDate": null,
"executionCycle": null,
"id": 1921,
"inProgressInfo": "{}",
"name": "new task",
"network": null,
"openInfo": {
"createdBy": "example@keypro.fi",
"createdTs": "2026-05-19T18:01:12.740Z",
"state": {
"description": "Open",
"groupname": "STATUS",
"id": 235,
"list_url": "http://example.keypro.fi/api/v2/sattrs/groupname/STATUS/",
"name": "STATUS_OPEN_OPEN",
"numValue": null,
"orderno": 0,
"txtValue": null
}
},
"orderInfo": "{}",
"plan": false,
"repeatOrderNum": null,
"repeatParent": null,
"repeatable": null,
"startDate": null,
"subregion": 1,
"taskCategory": 239,
"taskIdentifier": "26-1",
"taskLocation": null
}Task
If task is repeatable automatically
Id of current task state
Task end date
Execution cycle
Primary key
Task name
Network SAttribute id
Is plan
Running number for repeatable tasks
Parent task id
Info if task is repeatable
Task start date
Related Subregion id
Related Category id
Task identifier
Task geographical location
There was an error in request. Usually field validation failed.
{
"name": [
"This field is required.",
"This field must be unique."
]
}Fields which failed validation
List of validation errors for this fieldname
Validation error
Authentication credentials are missing or invalid
{
"details": "Authentication credentials were not provided"
}Standard error response payload
Detailed description of error