List Clients
Retrieve a paginated list of clients.
Supports:
- Pagination (`page_size`, `page`)
- Date filtering (`updated_after`, `updated_before`)
- Sorting (`order_by`, default: desc)
- Field search (`title`, `address`, `primaryName`, `primaryPhone`, `primaryEmail`)
- Full text search (`q`)
Authentication
x-api-keystring
API Key authentication via header
Query parameters
page_size
Number of items per page (max 100)
page
Page number (1-based)
updated_after
Filter items updated after this timestamp (ISO 8601)
updated_before
Filter items updated before this timestamp (ISO 8601)
order_by
Sort order for results
Allowed values:
include_virtual_properties
Whether to include virtual properties in the response. Defaults to false unless explicitly set to true.
include_contacts
Whether to include associated contacts in the response. Defaults to false unless explicitly set to true.
q
Full text search query
title
Title search query
address
Address search query
primaryName
Contact name search query
primaryPhone
Contact phone search query
primaryEmail
Contact email search query
Response
List of clients
address
Record location/address
clientType
Type of client (residential or commercial)
Allowed values:
companyId
Company identifier
contacts
createdAt
Creation timestamp
custom
Custom fields
description
Record description
id
Unique identifier
isActive
Whether the record is active
number
Record number (e.g., 1234)
primaryEmail
Primary contact email
primaryPhone
Primary contact phone
title
Record title/name
updatedAt
Last update timestamp
