# Get Message Retrieves a message by its ID. Endpoint: GET /v1/messages/{id} Version: 1.0.0 Security: apiKeyAuth, practiceGroupId ## Path parameters: - `id` (string, required) ## Response 200 fields (application/json): - `id` (string, required) - `patient` (object, required) - `patient.title` (string,null, required) Enum: "Baron", "Baroness", "Brigadier", "Count", "Colonel", "Countess", "Captain", "Dame", "The Dowager Viscountess", "Dr", "Duchess", "Duke", "Earl", "His Excellency", "Father", "H.E. Ambassador Mr", "H.E. Mr", "H.E. Mrs", "Her Grace", "His Grace", "The Hon", "The Hon Mr", "The Hon Mrs", "HRH", "HRH Prince", "HRH Princess", "Insurance", "HM King", "Lady", "Lord", "Major", "Master", "Miss", "Mr", "Mrs", "Ms", "Mss", "Mx", "Pr", "Professor", "HM Queen", "Rabbi", "Reverend", "Sheikh", "Sheikha", "Sir", "The", "", "Viscount", "Viscountess" - `patient.first_name` (string, required) - `patient.last_name` (string, required) - `write_to_record` (object, required) - `write_to_record.write_to_record_at` (string,null, required) - `write_to_record.status` (string,null, required) - `write_to_record.failure_reason` (string,null, required) - `write_to_record.snomed_code` (string,null, required) - `short_link` (object,null, required) - `short_link.type` (string,null) - `short_link.name` (string,null) - `campaign` (object,null, required) - `created_at` (string,null, required) - `sent_at` (string,null, required) - `scheduled_at` (string,null, required) - `sent_by_admin` (object, required) - `recipient_contact_detail` (string, required) - `message_type` (string, required) - `message` (string,null, required) - `attachments` (array) - `attachments.file_name` (string,null) - `attachments.file_key` (string,null) - `attachments.attachment_url` (string,null) ## Response 400 fields (application/json): - `error` (boolean, required) - `statusCode` (number, required) - `message` (array, required) - `message.code` (string, required) - `message.expected` (string, required) - `message.path` (array, required) ## Response 401 fields ## Response 404 fields ## Response 500 fields