Navigation :
Get Client by ID
Gets a saved client by id. To locate clients from the Field Nation Platform, click MANAGE > Clients.
URLs
Environment |
Method |
URL |
Sandbox |
|
https://api-sandbox.fndev.net/api/rest/v2/clients/client_id |
Production |
|
https://api.fieldnation.com/api/rest/v2/clients/client_id |
Path Parameters
Parameter |
Type |
Example |
Notes |
client_id |
integer
|
188 |
Client ID.
|
Query Parameters
Parameter |
Type |
Example |
Notes |
access_token |
string
|
abc123defg459hijk786lmn45 |
Required. |
Response
Returns the Client Object. Refer to Clients for parameter details and examples.
Errors
Standard HTTP and OAuth error codes.
Examples
404 Not Found
Invalid id.
{
"message": "Client by id #999 not found",
"trace": [],
"extra": []
}