Task History Management Service API (1.0.0)

Return the history records of a task of any organization

Only Versafleet's SysAdmin is authorized. If the task is non-existent, it will just return an empty array instead of 404 not found.

path Parameters
taskID
required
string <uuid>

ID of the task which histories are requested

Responses

Response samples

Content type
application/json
Example
{
  • "histories": [ ]
}

Return the history records of a task

Only OrgAdmin is authorized. If the task is non-existent, it will just return an empty array instead of 404 not found.

path Parameters
taskID
required
string <uuid>

ID of the task which histories are requested

Responses

Response samples

Content type
application/json
{
  • "task doesn't exist": {
    },
  • "task exists": {
    }
}