---
title: "Get a specific device's inbox"
method: GET
path: "/notification/inbox/fordevice/{deviceID}"
tags: ["Notification"]
---

# Get a specific device's inbox

`GET /notification/inbox/fordevice/{deviceID}`

Get a specific device's inbox

## Path parameters

- `deviceID` string, required

## Query parameters

- `since` string, date-time
- `limit` number
- `skip` number

## Response `200`

OK

- InboxItemList
  - `inboxItems` InboxItemModel[]
    - `_id` string
    - `notification` string
    - `message` string
    - `title` string
    - `subtitle` string
    - `subject` string
    - `attachment` MessageAttachment
      - `mimeType` string, required — the image mime type
      - `name` string
      - `uri` string, uri, required — the URL to an image either uploaded into our platform or hosted in any public web server
    - `extra` MessageExtra — A valid one-level JSON object. This is useful if you need to send extra data that you will need to proccess soon the notification arrives.
    - `opened` boolean
    - `time` string, date-time
    - `visible` boolean
    - `expires` string, date-time
    - `limited` boolean
  - `count` number
  - `unread` number

## Changes

- **2023-02-10** `b219791ce4eb` — 1 info
  - added the optional property `inboxItems/items/limited` to the response with the `200` status
- **2020-06-15** `517edd3aa9ad` — 2 info
  - added the optional property `inboxItems/items/expires` to the response with the `200` status
  - added the optional property `inboxItems/items/visible` to the response with the `200` status
- **2020-03-11** `5ed31e104b6f` — 3 info
  - the endpoint scheme security `ApplicationSecret` was added to the API
  - added the optional property `count` to the response with the `200` status
  - added the optional property `unread` to the response with the `200` status

[Change history](https://skmtc.dev/notificare/apis/notificare-cloud-api/changes/notification/inbox/fordevice/:deviceID/get.md)

---

[API](https://skmtc.dev/notificare/apis/notificare-cloud-api.md) · [All operations](https://skmtc.dev/notificare/apis/notificare-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/notificare/notificare-cloud-api/revisions/aad692b34bab/schema)
