Get Clients and Projects

Gets a paginated list of client ids. You can also use this endpoint to return client names, addresses, projects, and more.

URLs

Environment Method URL
Sandbox https://api-sandbox.fndev.net/api/rest/v2/clients
Production https://api.fieldnation.com/api/rest/v2/clients

Path Parameters

Not applicable.

Query Parameters

Refer to Pagination for a list of additional query parameters.

Parameter Type Example Notes
access_token string abc123defg459hijk786lmn45 Required.
columns boolean &columns=name,projects Specify columns. Optional.
Columns

Body

Not applicable.

Response

You can locate client details in the Response > results object. results will vary depending on your query parameters. In the examples below, the Response has been trimmed to display only the results.

Refer to Pagination for more information.

Examples

Get Client IDs
Get Client ID, Name, and Status
Get Client Projects

Errors

Standard HTTP and OAuth error codes.