Currently, the SKY API for CRM only provides an endpoint to retrieve a specific contact report/interaction when the interaction_id is known. However, there is no endpoint to directly list all contact reports or interactions associated with a given constituent or prospect.
Please add an endpoint such as:
GET /constituents/{constituent_id}/interactionsto return all contact reports/interactions for a constituent without requiring the interaction_id.