# Retrieve all comments for a specific contactcurl -X GET "https://api.contactship.ai/v1/contacts/c1a2b3c4-d5e6-f7g8-h9i0-j1k2l3m4n5o6/comments" \ -H "x-api-key: your-api-key"
Copy
[ { "id": "d5e6f7g8-h9i0-j1k2-l3m4-n5o6p7q8r9s0", "created_at": "2023-03-10T09:15:00Z", "updated_at": "2023-03-10T09:15:00Z", "content": "Cliente interesado en el plan premium. Programar seguimiento para la próxima semana.", "user_id": "u1v2w3x4-y5z6-a7b8-c9d0-e1f2g3h4i5j6", "user_name": "Ana García", "contact_id": "c1a2b3c4-d5e6-f7g8-h9i0-j1k2l3m4n5o6", "organization_id": "org123456" }, { "id": "f7g8h9i0-j1k2-l3m4-n5o6-p7q8r9s0t1u2", "created_at": "2023-02-20T14:30:00Z", "updated_at": "2023-02-21T10:45:00Z", "content": "Primera llamada completada. El cliente solicitó más información sobre los precios.", "user_id": "v2w3x4y5-z6a7-b8c9-d0e1-f2g3h4i5j6k7", "user_name": "Carlos Rodríguez", "contact_id": "c1a2b3c4-d5e6-f7g8-h9i0-j1k2l3m4n5o6", "organization_id": "org123456" }]
Contacts
Get Contact Comments
Retrieve all comments associated with a specific contact
GET
/
v1
/
contacts
/
{contactId}
/
comments
Copy
# Retrieve all comments for a specific contactcurl -X GET "https://api.contactship.ai/v1/contacts/c1a2b3c4-d5e6-f7g8-h9i0-j1k2l3m4n5o6/comments" \ -H "x-api-key: your-api-key"
Copy
[ { "id": "d5e6f7g8-h9i0-j1k2-l3m4-n5o6p7q8r9s0", "created_at": "2023-03-10T09:15:00Z", "updated_at": "2023-03-10T09:15:00Z", "content": "Cliente interesado en el plan premium. Programar seguimiento para la próxima semana.", "user_id": "u1v2w3x4-y5z6-a7b8-c9d0-e1f2g3h4i5j6", "user_name": "Ana García", "contact_id": "c1a2b3c4-d5e6-f7g8-h9i0-j1k2l3m4n5o6", "organization_id": "org123456" }, { "id": "f7g8h9i0-j1k2-l3m4-n5o6-p7q8r9s0t1u2", "created_at": "2023-02-20T14:30:00Z", "updated_at": "2023-02-21T10:45:00Z", "content": "Primera llamada completada. El cliente solicitó más información sobre los precios.", "user_id": "v2w3x4y5-z6a7-b8c9-d0e1-f2g3h4i5j6k7", "user_name": "Carlos Rodríguez", "contact_id": "c1a2b3c4-d5e6-f7g8-h9i0-j1k2l3m4n5o6", "organization_id": "org123456" }]
This endpoint allows you to retrieve all comments and notes that have been added to a specific contact. Comments provide historical context about interactions with the contact and can be helpful for team collaboration.
# Retrieve all comments for a specific contactcurl -X GET "https://api.contactship.ai/v1/contacts/c1a2b3c4-d5e6-f7g8-h9i0-j1k2l3m4n5o6/comments" \ -H "x-api-key: your-api-key"
Copy
[ { "id": "d5e6f7g8-h9i0-j1k2-l3m4-n5o6p7q8r9s0", "created_at": "2023-03-10T09:15:00Z", "updated_at": "2023-03-10T09:15:00Z", "content": "Cliente interesado en el plan premium. Programar seguimiento para la próxima semana.", "user_id": "u1v2w3x4-y5z6-a7b8-c9d0-e1f2g3h4i5j6", "user_name": "Ana García", "contact_id": "c1a2b3c4-d5e6-f7g8-h9i0-j1k2l3m4n5o6", "organization_id": "org123456" }, { "id": "f7g8h9i0-j1k2-l3m4-n5o6-p7q8r9s0t1u2", "created_at": "2023-02-20T14:30:00Z", "updated_at": "2023-02-21T10:45:00Z", "content": "Primera llamada completada. El cliente solicitó más información sobre los precios.", "user_id": "v2w3x4y5-z6a7-b8c9-d0e1-f2g3h4i5j6k7", "user_name": "Carlos Rodríguez", "contact_id": "c1a2b3c4-d5e6-f7g8-h9i0-j1k2l3m4n5o6", "organization_id": "org123456" }]