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": 123,
"description": "Sample description text.",
"descriptions": {
"task": "string_value",
"first": "string_value",
"second": "string_value",
"third": "string_value",
"fourth": "string_value"
},
"label": "string_value",
"alerts": [],
"group": {
"label": "string_value",
"id": "string_value"
},
"type": {
"id": 123,
"key": "string_value",
"name": "Sample Name"
},
"created": {
"utc": "string_value",
"local": {
"date": "2025-01-01",
"time": "12:00:00"
}
},
"author": {
"id": 123,
"first_name": "John",
"last_name": "Doe"
},
"status": "active",
"completed": {
"utc": "string_value",
"local": {
"date": "2025-01-01",
"time": "12:00:00"
},
"by": {
"id": 123,
"name": "Sample Name",
"assigned": true
}
},
"eta": {
"user": {
"id": 123
},
"task": {
"id": 123
},
"start": {
"utc": "string_value",
"local": {
"date": "2025-01-01",
"time": "12:00:00"
}
},
"end": {
"utc": "string_value",
"local": {
"date": "2025-01-01",
"time": "12:00:00"
}
},
"hour_estimate": 0,
"notes": "string_value",
"status": {
"name": "Sample Name",
"updated": {
"utc": "string_value",
"local": {
"date": "2025-01-01",
"time": "12:00:00"
}
}
},
"mode": "string_value",
"updated": {
"utc": "string_value",
"local": {
"date": "2025-01-01",
"time": "12:00:00"
},
"by": {
"id": "string_value",
"name": "Sample Name"
}
},
"window_duration": 0,
"actions": [],
"correlation_id": "string_value"
},
"actions": [],
"time_log": {
"id": 123,
"devices": 0,
"in": {
"created": {
"utc": "string_value",
"local": {
"date": "2025-01-01",
"time": "12:00:00"
}
},
"coords": {
"latitude": 44.9778,
"longitude": -93.265
},
"verified": true,
"distance": 0,
"actions": [],
"requires_verification": true
},
"out": {
"created": {
"utc": "string_value",
"local": {
"date": "2025-01-01",
"time": "12:00:00"
}
},
"coords": {
"latitude": 44.9778,
"longitude": -93.265
},
"verified": true,
"distance": 0,
"actions": [],
"requires_verification": true,
"distance_from_in": 0
},
"time_zone": {
"name": "Sample Name",
"short": "string_value",
"id": 123,
"offset": 0
},
"verified": true,
"edited": true,
"was_late": true,
"status": "active",
"hours": 0,
"logged_by": {
"id": 123,
"first_name": "John",
"last_name": "Doe",
"created": {
"utc": "string_value",
"local": {
"date": "2025-01-01",
"time": "12:00:00"
}
},
"out": {
"utc": "string_value",
"local": {
"date": "2025-01-01",
"time": "12:00:00"
}
}
},
"actions": [],
"first_check_in": true,
"timeliness": {
"on_time": true,
"was_early": true
}
},
"attachment": {
"id": 123,
"author": {
"id": 123,
"first_name": "John",
"last_name": "Doe",
"thumbnail": "string_value",
"phone": "555-0199",
"email": "user@fieldnation.com"
},
"created": {
"utc": "string_value",
"local": {
"date": "2025-01-01",
"time": "12:00:00"
}
},
"time_zone": {
"name": "Sample Name",
"short": "string_value"
},
"file": {
"name": "Sample Name",
"mime": "string_value",
"size_bytes": 0,
"thumbnail": "string_value",
"link": "string_value",
"description": "Sample description text.",
"type": "standard",
"icon": "string_value",
"preview": "string_value"
},
"show_before_assignment": true,
"task": {
"id": 123
},
"notes": "string_value",
"actions": "view"
},
"attachments": {
"id": 123,
"name": "Sample Name",
"min_files": 0,
"max_files": 0,
"min_bytes": 0,
"max_bytes": 0,
"type": "standard",
"task": {
"id": 123
},
"expense": true,
"actions": [],
"metadata": {
"total": 100,
"page": 0,
"pages": 5,
"per_page": 20
},
"results": []
},
"custom_field": {
"id": 123,
"name": "Sample Name",
"tip": "string_value",
"type": "standard",
"role": "assigned_provider",
"dependency": {
"id": 123,
"value": "string_value",
"operator": "string_value"
},
"used_in_finance": true,
"options": [],
"flags": [],
"value": "string_value",
"category": "string_value",
"order": 0,
"actions": []
},
"closing_notes": "string_value",
"closing_notes_internal": [],
"work_order_id": 1001
}{
"status": 500,
"message": "Operation successful."
}{
"status": 500,
"message": "Operation successful."
}application/json
application/json
application/json
Last updated on
curl -X GET "https://api-sandbox.fndev.net/api/rest/v2/workorders/0/tasks/0"