Complex Usage Example
Advanced Phone Number Filtering with Full Context
This example demonstrates advanced filtering with multiple parameters, relationship inclusion, verification status, and sorting for retrieving phone numbers:Headers
Bearer token for authentication
Query Parameters
Comma-separated list of related resources to include with detailed attributes. Available options: persons, companies, workspaces
Filter phones created on or after this datetime (ISO 8601 format)
Filter phones created on or before this datetime (ISO 8601 format)
Filter phones updated on or after this datetime (ISO 8601 format)
Filter phones updated on or before this datetime (ISO 8601 format)
Filter phones by workspace UUID
Filter phones by external workspace identifier
Filter phones by person UUID
Filter phones by phone number in E.164 format (e.g., +14155552671)
Filter phones by associated person's email address
Filter phones by company UUID
Filter phones by company registration tax ID
Filter phones by company registration value
Filter phones by primary status (true/false)
Filter phones by verification status (true/false)
Filter phones by label type
work
, home
, mobile
, fax
, other
Sort phones by date field. Use '-' prefix for descending order (e.g., '-created_at' for newest first)
created_at
, updated_at
, -created_at
Number of phones per page (1-100)
1 <= x <= 100
Cursor for pagination to get next set of results