Retrieve a paginated list of client companies with optional filters, lists, and column selection.
Retrieve a paginated list of client companies with optional filters, lists, and column selection.
access_token OAuth 2.0 Access Token
In: query
Column list
Items per page
With empty
Filter by deactivated client
Filter by deleted client
Saved group which sandboxes filters, sorts and column preferences in addition to pre-applied settings (e.g.: tabs or saved searches)
Sort by recently used or created
Page number (1-indexed)
11 <= valueNumber of results per page
251 <= valuecurl -X GET "https://api-sandbox.fndev.net/api/rest/v2/clients"{
"actions": [
"add"
],
"metadata": {
"total": 49,
"page": 1,
"pages": 10,
"per_page": 5,
"columns": "",
"view": "model",
"sort": "",
"order": "asc",
"list": "clients_all"
},
"params": [],
"lists": [
{
"id": "clients_active",
"label": "Active",
"empty_message": "There are no results to display.",
"selected": false,
"actions": [
"add"
],
"custom_tab_id": null,
"count": -1
}
],
"results": [
{
"id": 21797
}
],
"search_text": "Search by title, keywords, etc.",
"correlation_id": "clients"
}{
"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": 500,
"message": "An unexpected error occurred. Please try again later or contact support."
}application/json
application/json
application/json
application/json
application/json
Last updated on