GET
/
users
/
{user_id}
/
consultations
/
{consultation_id}
/
messages
/
{chat_message_id}
/
attachment
cURL
curl --request GET \
  --url http://localhost:8080/users/{user_id}/consultations/{consultation_id}/messages/{chat_message_id}/attachment

Path Parameters

user_id
string
required

User ID

consultation_id
string
required

Consultation UUID

chat_message_id
string
required

Upstream chat message identifier

Response

Attachment binary stream (Content-Type / Content-Disposition forwarded from upstream)