Pharmacy
Messaging
Conversations Conversations

Get Conversation

Get detailed information about a conversation

Overview

  • Method: GET
  • Path: /pharmacy/messaging/conversations/conversations/<conversationId>
  • Tags: pharmacy

Parameters

conversationId (path)

  • Type: string
  • Required: Yes
  • Description: conversationId parameter

Request Body

No request body required.

Responses

200

Successful response

Content Type: application/json

{
  "id": "string",
  "subject": "string",
  "createdByUserId": "string",
  "lastMessageAt": "string",
  "lastMessageId": "string",
  "participants": [
    {}
  ],
  "createdAt": "string",
  "updatedAt": "string"
}

400

Bad Request

Content Type: application/json

{}

401

Unauthorized

404

Not Found

500

Internal Server Error

Example Usage

curl -X GET \
  https://api.pillexa.com/pharmacy/messaging/conversations/conversations/<conversationId> \
  -H "Content-Type: application/json" \