tasks

Get Task Info

Retrieve detailed information for a specific task, ensuring it belongs to the user. Returns only fields used by mobile app (title, description, customer, location, start_date, type).

get/tasks/details/{task_id}

Path parameters

task_idstring required

Response

Successful Response

titlestring nullable

Title of the task

descriptionstring nullable

Description of the task (fallback for title)

customerstring required

Customer name

locationstring nullable

Full address string

start_datestring nullable

Scheduled start date/time in ISO format

typestring

Integration type identifier

Changes

No recorded changes to this endpoint across all 1 revision of this API.