---
title: "GET /api/companies/{id}/streams/{stream_id}/posts"
method: GET
path: "/api/companies/{id}/streams/{stream_id}/posts"
tags: ["api"]
---

# GET /api/companies/{id}/streams/{stream_id}/posts

`GET /api/companies/{id}/streams/{stream_id}/posts`

## Query parameters

- `page` integer
- `page_size` integer

## Response `200`

OK

- object
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` CompanyStreamPostWithStatistics[], required
    - `id` string, uuid
    - `company_stream` string, uuid, required
    - `post` 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
    - `global_post_id` string, nullable
    - `send_admins_message` boolean
    - `is_sent_for_review` boolean
    - `sent_for_review_time` string, date-time, nullable
    - `approval_status` 'none' | 'approved' | 'skipped'
    - `updated_by_admin` string
    - `delivered` string
    - `voted` string
    - `rate` string
    - `ack` string

---

[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/versions/2a72ba99e389/schema)
