---
title: "Get Notification"
method: GET
path: "/notifications/{notification_id}/content"
tags: ["Notifications"]
---

# Get Notification

`GET /notifications/{notification_id}/content`

Get associated content of notification. The response depends on the content type.

Required scopes:
+ **read**

## Path parameters

- `notification_id` integer, required — Id of notification.

## Response `200`

Successful Response.

- object
  - `notification_id` integer, required
  - `notification` RespNotificationModel, required
    - `notification_id` integer, required
    - `notification_create_date` integer, required
    - `content_type` string, required
    - `content_id` integer, required
    - `content_action` string, required
    - `notification_is_unread` boolean, required
    - `creator_user_id` integer, required
    - `creator_username` string, required
    - `creator_username_html` string, required
    - `notification_type` string, required
    - `links` object, required
      - `content` string, required
      - `creator_avatar` string, required
    - `notification_html` string, required
  - `system_info` RespSystemInfo, required
    - `visitor_id` integer, required
    - `time` integer, required
    - `log_id` integer, required

## Other responses

- `401` — Unauthorized
- `403` — Error Response.
- `404` — Not Found

---

[API](https://skmtc.net/lolz/apis/lolzteam-public-api-forum.md) · [All operations](https://skmtc.net/lolz/apis/lolzteam-public-api-forum/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lolz/lolzteam-public-api-forum/versions/3efcdbc40994/schema)
