---
title: "MessageList"
method: GET
path: "/messages"
tags: ["MessageList"]
---

# MessageList

`GET /messages`

## Headers

- `Api-Version` 2, required
- `Api-Application` string, required
- `Api-Branding` string

## Response `200`

Success response. Data could be an object instead of a list when one value is returned

- object
  - `status` string, required
  - `type` string, required
  - `moreAfter` string, nullable
  - `data` object[], required
    - `publicId` string
    - `read` boolean
    - `systemLabel` string, nullable
    - `systemResult` string[]
    - `createdOn` string, date-time
    - `shortContent` object
      - `toTranslate` boolean
      - `code` string, nullable
      - `alarmName` string, nullable
      - `agentName` string, nullable
      - `name` string, nullable
      - `occurredOn` string, date-time
      - `companyName` string, nullable
    - `longContent` object
      - `toTranslate` boolean
      - `code` string, nullable
      - `extraInformation` object[]
        - `type` string, nullable
        - `toTranslate` boolean
        - `key` string, nullable
        - `value` unknown
      - `instructions` string
      - `name` string, nullable
    - `company` object, nullable
      - `publicId` string
      - `name` string

## Other responses

- `4XX` — 4XX error response

---

[API](https://skmtc.net/ixon/apis/ixon-api.md) · [All operations](https://skmtc.net/ixon/apis/ixon-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ixon/ixon-api/revisions/7875dc33d41f/schema)
