Patients
Authorizations
AuthorizationstringRequired
Enter your Bearer token
organization_codestringRequired
Enter your organization code
Path parameters
patientIdstringRequiredPattern:
[^\/#\?]+?Query parameters
limitintegerOptionalDefault:
Limit of items
10Example: 10lastObjectIdstringOptionalExample:
ID of the last object
abc123pageNumberintegerOptionalDefault:
Page number
1Example: 1pageSizeintegerOptionalDefault:
Size of the page
20Example: 20statusanyOptionalDefault:
Status of the conversation
CLOSEExample: CLOSEResponses
200Success
application/json
get
/api/conversations/patients/{patientId}200Success
Authorizations
AuthorizationstringRequired
Enter your Bearer token
organization_codestringRequired
Enter your organization code
Path parameters
patientIdstringRequiredPattern:
[^\/#\?]+?Body
targetIdstringRequiredExample:
The ID of the target
12345initialMessagestringOptionalExample:
The initial message of the conversation
Hello, how are you?subjectstringOptionalExample:
The subject of the conversation
Meeting Agendastatusstring · enumOptionalDefault:
The status of the conversation
CLOSEExample: CLOSEPossible values: Responses
200Success
application/json
post
/api/conversations/patients/{patientId}200Success
Authorizations
AuthorizationstringRequired
Enter your Bearer token
organization_codestringRequired
Enter your organization code
Path parameters
conversationIdstringRequiredPattern:
[^\/#\?]+?patientIdstringRequiredPattern:
[^\/#\?]+?Body
targetIdstringRequiredExample:
The ID of the target
12345initialMessagestringOptionalExample:
The initial message of the conversation
Hello, how are you?subjectstringOptionalExample:
The subject of the conversation
Meeting Agendastatusstring · enumOptionalDefault:
The status of the conversation
CLOSEExample: CLOSEPossible values: Responses
200Success
application/json
put
/api/conversations/{conversationId}/patients/{patientId}200Success