Retrieve details for a single client company identified by `client_id`.
Retrieve details for a single client company identified by client_id.
access_token OAuth 2.0 Access Token
In: query
Client ID
curl -X GET "https://api-sandbox.fndev.net/api/rest/v2/clients/0"{
"id": 21797,
"client_id": 21797,
"name": "21769",
"actions": [
"edit"
],
"correlation_id": "b1e5c4f3596bd5640595043b1ac38fc10bc4be36",
"active": true,
"print_logo": false,
"address_1": "",
"address_2": "",
"city": "",
"state": "",
"zip": "",
"country": "US",
"location_type": 0,
"website": "",
"policy_procedure": "",
"standard_instruction": "",
"about": "",
"created": {
"utc": "2023-05-24 20:55:44"
},
"logo": "/images/missing-profile.png",
"work_order_counts": {
"all": 0,
"today": 0,
"draft": 0,
"published_routed": 0,
"assigned": 0,
"approved_paid": 0
},
"projects": {
"metadata": {
"total": 0,
"pages": 1,
"per_page": 0,
"page": 1
},
"results": [],
"actions": [
"add"
]
}
}{
"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