---
title: "GET /api/messaging/{id}/"
method: GET
path: "/api/messaging/{id}/"
tags: ["messaging"]
---

# GET /api/messaging/{id}/

`GET /api/messaging/{id}/`

## Path parameters

- `id` string, uuid, required

## Headers

- `X-Company` string

## Response `200`

- Message
  - `id` string, uuid, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `type` 'MESG' | 'FILE' | 'ADMM', required — * `MESG` - MESG * `FILE` - FILE * `ADMM` - ADMM
  - `attachment` Attachment, required
    - `id` string, uuid, required
    - `employee` string, uuid
    - `name` string
    - `file` string, uri, required
    - `contents` string, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `thumbnail` string, uri, nullable, required
    - `width` integer, nullable
    - `height` integer, nullable
  - `message` string, nullable
  - `sender` string, uuid, nullable
  - `sender_name` string, required
  - `company` string, uuid, nullable, required
  - `project` string, uuid, nullable, required
  - `channel` string, uuid, nullable, required
  - `has_read_upto` string, required
  - `reactions` MessageReaction[], required
    - `employee` string, uuid, required
    - `reaction` 'too_easy' | 'all_g' | 'sweet_as' | 'f_yeah' | 'wtf' | 'yeah_nah' | 'not_yet' | 'question', required — * `too_easy` - too_easy * `all_g` - all_g * `sweet_as` - sweet_as * `f_yeah` - f_yeah * `wtf` - wtf * `yeah_nah` - yeah_nah * `not_yet` - not_yet * `question` - question

---

[API](https://skmtc.net/crewtraka/apis/crewtraka-api.md) · [All operations](https://skmtc.net/crewtraka/apis/crewtraka-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crewtraka/crewtraka-api/versions/328c565b8102/schema)
