Receive Conversation data
This API returns the conversation meta-data like meeting name, member name and email, start and end time of the meeting, meeting type and meeting id.
#
HTTP RequestGET https://api.symbl.ai/v1/conversations/{conversationId}
#
Example API call- cURL
- Javascript
#
Response#
Response ObjectField | Description |
---|---|
id | unique conversation identifier |
type | conversation type. default is meeting |
name | name of the conversation |
startTime | DateTime value |
endTime | DateTime value |
members | list of member objects containing name and email if detected |