Skip to main content

Find chat

Finds a chat by its ID.

GET https://api.cogfy.com/collections/:collectionId/chats/:chatId

Path params

  • collectionId: The ID of the collection that has the record to be found.
  • chatId: The ID of the chat to be found.

Response body

  • id: The ID of the chat.
  • recordId: The ID of the record the chat is in.
  • fieldId: The ID of the chat field.

Example JSON response

{
"id": "25d9e43c-a72a-48ca-98fe-971f8a6b68f5",
"recordId": "249f76ee-08fd-4b2d-b089-166048deefce",
"fieldId": "03b132be-6d07-41ef-b466-a7584ec44cd6"
}