---
title: "GET /api/streams/posts"
method: GET
path: "/api/streams/posts"
tags: ["api"]
---

# GET /api/streams/posts

`GET /api/streams/posts`

## Query parameters

- `page` integer
- `page_size` integer

## Response `200`

OK

- object
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` StreamPost[], required
    - `id` string, uuid
    - `category` StreamPostCategory
      - `id` string, uuid
      - `title` string, required
    - `editor_content` RichTextEditorState
      - `id` string, uuid
      - `editor_state` string, nullable
      - `content` ContentImage[]
        - `id` string, uuid
        - `company` string, uuid, nullable
        - `image_name` string, nullable
        - `image_url` string, uri, nullable
        - `image_url_public` string, uri, nullable
        - `editor_content` string, uuid, nullable
    - `created` string, date-time
    - `modified` string, date-time
    - `title` string, required
    - `video_url` string, nullable
    - `post_content` string, required
    - `send_to_admins_only` boolean
    - `send_time` string, date-time, nullable
    - `send_now` boolean
    - `is_sent` boolean
    - `acknowledge_button` boolean
    - `include_rating` boolean
    - `is_editable` boolean
    - `company` string, uuid, nullable
    - `stream` string, uuid, required
    - `stream_post_category` string, uuid, nullable

---

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