Supports the synchronization and modification of update task properties via the API.
Authorization
Bearer YOUR_TOKEN
Content-Type
application/json
TaskID
Task JSON
TaskName
TaskListID
SpaceID
TaskDescription
AssignedToUserID
TaskStatusID
TaskPriorityID
TaskDueDate
TaskEstimatedHours
FollowerUserNamesCsv
Authorization: Bearer YOUR_TOKEN Content-Type: application/json
https://your-site.com/api/tasks/734
{ "TaskName": "Prepare Q4 Financial Report", "TaskListID": 704, "SpaceID": 418, "TaskDescription": "Compile and analyze financial data for the Q4 report, ensuring accuracy and completeness.", "AssignedToUserID": 573, "TaskStatusID": 3729, "TaskPriorityID": 2470, "TaskDueDate": "12/20/2024", "TaskEstimatedHours": 5, "FollowerUserNamesCsv": "robert,alice" }
{ "IsError": false, "ResponseMessage": "Task has been updated.", "ResponseData": { "TaskID": 734, "TaskName": "Prepare Q4 Financial Report" } }
{ "IsError": true, "ResponseMessage": "Required parameter is missing or invalid.", "ResponseData": null }
While Axero does not enforce hard rate limits by default, we recommend the following best practices to ensure optimal performance:
Axero may implement temporary rate restrictions if excessive API usage affects overall site performance. For high-volume integrations, contact Axero to discuss your requirements.
is requesting access to a wiki that you have locked: https://my.axerosolutions.com/spaces/5/axero-documentation/wiki/view/107073/rest-api-update-task
Your session has expired. You are being logged out.