List Requests
Retrieve a paginated list of requests.
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.
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 requests
address
An array containing a single string, which represents the full request location/address.
city
clientId
Associated client ID
companyId
Company identifier
confidence
Deal confidence score (0-100)
createdAt
Creation timestamp
createdById
Identifier of the user who created the request
custom
Custom fields
description
Record description
geoLocation
Latitude/Longitude in “lat,lon” format
id
Unique identifier
imageUrl
Image URL for the request
isActive
Whether the record is active
jurisdiction
lastActivity
number
Sequential request number
owner
phase
phaseId
phaseInstances
Ordered list of phase instances for the request
primaryEmail
Primary contact email
primaryPhone
Primary contact phone
projectManager
salesRep
size
Deal size
state
street
streetViewUrl
Street view image URL
title
Record title/name
trades
Array of trade types
updatedAt
Last update timestamp
value
Deal value
workflowId
Associated workflow ID
workflowName
Name of the associated workflow.
zipcode
