List contacts associated with the work order.
List contacts associated with the work order.
access_token OAuth 2.0 Access Token
In: query
Work Order ID
curl -X GET "https://api-sandbox.fndev.net/api/rest/v2/workorders/0/contacts"{
"metadata": {
"total": 2,
"per_page": 2,
"pages": 1,
"page": 1
},
"results": [
{
"id": -2,
"role": "Work Order Manager",
"name": "Field Nation Support",
"email": "se2@at-test.com",
"phone": "+18775734353",
"ext": "",
"notes": "",
"actions": [
"edit"
]
}
],
"correlation_id": "9e1ed0cfd41db16cbcbf4c0a83d872258c126081",
"actions": [
"edit"
]
}{
"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