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

# GET /portals

`GET /portals`

Returns list of portals

## Query parameters

- `with_total` boolean
- `page` integer
- `per` integer

## Response `200`

Returns list of portals

- EndpointsPortals — Endpoints_Portals model
  - `data` PortalEntity[]
    - `id` integer
    - `format` unknown
    - `name` string
    - `parent_connection_id` integer
    - `vendor_nr` string
    - `locales` string[]
    - `custom_port` string
    - `remote_url` boolean
    - `import_email_unwanted` boolean
    - `always_delete` boolean
    - `create_publishing_activities` boolean
    - `folder_id` integer
    - `access_broker_ids` integer[]
    - `access_department_ids` integer[]
    - `created_at` string
    - `updated_at` string
  - `total` integer — Show the total count of portals

## 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)
