---
title: "GET /publishings"
method: GET
path: "/publishings"
tags: ["publishings"]
---

# GET /publishings

`GET /publishings`

Returns list of publishings

## Query parameters

- `with_total` boolean
- `page` integer
- `per` integer
- `property_id` integer
- `portal_id` integer

## Response `200`

Returns list of publishings

- EndpointsPublishings — Endpoints_Publishings model
  - `data` PublishingEntity[]
    - `id` integer
    - `external_id` integer
    - `property_id` integer
    - `portal_id` integer
    - `publish_date` string
  - `total` integer — Show the total count of publishings

## Other responses

- `400` — validation_error
- `401` — authentication_error
- `403` — authorization_error
- `404` — not_found_error
- `422` — validation_error
- `500` — internal_server_error

---

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