Account Delegation Processes
Query Definitions
Rolodex (Contacts & Organizations)
Account Delegation Processes
Address Types
Communication Types
Contact Directories
Contact Districts
Contact Duplicates
Contact Login Profiles
Contact Role Rule Sets
Contact Roles
Contacts
Custom Activities
Custom Activity Types
Custom Engagement Metrics
Engagement Categories
Engagement Models
Engagement Scores
Organization Directories
Organization Duplicates
Organization Types
Organizations
Phone Number Types
Region Configurations
Regions
Relationship Types
Relationships
Settings
Statistics
Rolodex (Contacts & Organizations) (v1-2025-04-18)
The Contacts & Organizations, or Rolodex, app provides the Customer Relationship Management (CRM) capabilities of the Rhythm platform. Common integrations with the Rolodex API include finding or updating contact information, demographics, or communication preferences for a Contact or Organization.
Like most of the other Rhythm apps, the Rolodex API includes endpoints for Query Definitions. These endpoints are commonly used to retrieve saved queries, which can then be executed using the Query endpoints of the System API.
Download OpenAPI description
Languages
Servers
Mock server
https://docs.api.rhythmsoftware.com/_mock/apis/rolodex/rolodex-v1
https://rolodex.api.rhythmsoftware.com
- Mock serverhttps://docs.api.rhythmsoftware.com/_mock/apis/rolodex/rolodex-v1/queryDefinitions/{tenantId}
- https://rolodex.api.rhythmsoftware.com/queryDefinitions/{tenantId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.api.rhythmsoftware.com/_mock/apis/rolodex/rolodex-v1/queryDefinitions/{tenantId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
application/json
[ { "category": "string", "definition": {}, "id": "string", "name": "string" } ]