Retrieve the details for a single task by `task_id`.
Retrieve the details for a single task by task_id.
access_token OAuth 2.0 Access Token
In: query
Work Order ID
Task ID
ID of the user acting on behalf of another user
curl -X GET "https://api-sandbox.fndev.net/api/rest/v2/workorders/0/tasks/0"{
"id": 105924,
"work_order_id": 20546,
"description": "Set start time",
"descriptions": {
"task": "Set start time",
"first": "",
"second": "",
"third": "",
"fourth": ""
},
"label": "Set Start Time",
"alerts": [],
"group": {
"label": "Pre visit",
"id": "prep"
},
"type": {
"id": 1,
"key": "confirmassignment",
"name": "Set Start Time"
},
"created": {
"utc": "2026-01-09 22:59:51",
"local": {
"date": "2026-01-09",
"time": "16:59:51"
}
},
"author": {
"id": 1112,
"first_name": "Jane",
"last_name": "Provider"
},
"status": "complete",
"completed": {
"utc": "2026-01-10 15:36:13",
"local": {
"date": "2026-01-10",
"time": "09:36:13"
},
"by": {
"id": 1112,
"name": "Jane Provider",
"assigned": true
}
},
"eta": {
"user": {
"id": 1112
},
"task": {
"id": 105924
},
"start": {
"local": {
"date": "2026-01-09",
"time": "17:30:00"
},
"utc": "2026-01-09 23:30:00"
},
"end": {
"local": {
"date": "2026-01-09",
"time": "18:30:00"
},
"utc": "2026-01-10 00:30:00"
},
"hour_estimate": 1,
"notes": "",
"status": {
"name": "onmyway",
"updated": {
"utc": "2026-01-10 15:36:13",
"local": {
"date": "2026-01-10",
"time": "09:36:13"
}
}
},
"mode": "exact",
"correlation_id": "46d6cca348616fc4c46bcb9a2c3e3d8375b7b6db"
}
}{
"status": 400,
"message": "Validation failed: field 'title' is required"
}{
"status": 500,
"message": "Operation successful."
}{
"status": 403,
"message": "You do not have permission to access this work order"
}{
"status_code": 404,
"message": "Work order not found"
}{
"status": 500,
"message": "An unexpected error occurred. Please try again later or contact support."
}application/json
application/json
application/json
application/json
application/json
application/json
Last updated on