get_record
Fetch a specific record from Virtuous CRM by providing its object type and ID. Enables read-only access to any single record.
Instructions
Fetch a single record by id via GET /api/{object_type}/{record_id}. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| record_id | Yes | The id of the record to fetch. | |
| object_type | Yes | e.g. 'Contact', 'Gift', 'Project'. |