Listar notas
curl --request GET \
--url https://api.jurichat.com/conversation/notes \
--header 'x-jurichat-api-key: <api-key>'[
{
"id": "<string>",
"content": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"user": {
"id": "<string>",
"name": "<string>",
"imageUrl": "<string>"
}
}
]Conversations
Listar notas
Lista notas internas da conversa, com autor quando disponível.
GET
/
conversation
/
notes
Listar notas
curl --request GET \
--url https://api.jurichat.com/conversation/notes \
--header 'x-jurichat-api-key: <api-key>'[
{
"id": "<string>",
"content": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"user": {
"id": "<string>",
"name": "<string>",
"imageUrl": "<string>"
}
}
]Authorizations
Chave de API do escritório (criada no painel). Envie o valor no header x-jurichat-api-key.
Query Parameters
ID da conversa cujas notas serão listadas.
⌘I