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

# GET /organizations/

`GET /organizations/`

Retrieve all organizations ordered alphabetically.

## Query parameters

- `id` integer
- `name` string
- `creator_id` integer
- `owner_id` integer
- `address` string
- `website` string
- `is_public` boolean
- `is_visible` boolean
- `external_id` string
- `created_at__gte` string
- `created_at__lte` string
- `updated_at__gte` string
- `updated_at__lte` string
- `page` integer
- `page_size` integer

## Response `200`

- object
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` object[], required
    - `id` integer
    - `external_id` string, nullable — Id of the organization in the API consumer's systems
    - `name` string, required — Name of the organization
    - `description` string — Description of the organization
    - `logo` string, uri — Link to the organization logo
    - `creator` integer — User who created the organization
    - `owner` integer, nullable — Owner of the organization
    - `address` string — Address of the organization
    - `website` string — Website of the organization
    - `is_public` boolean — Whther the organization and its details are visible to all users
    - `is_visible` boolean — Whether an organization minimal details are visible to all users
    - `custom_fields` object — Organization values for custom fields defined in Manatal.
    - `created_at` string, date-time — Date at which the organization was created
    - `updated_at` string, date-time

---

[API](https://skmtc.net/manatal/apis/manatal-career-page-api.md) · [All operations](https://skmtc.net/manatal/apis/manatal-career-page-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/manatal/manatal-career-page-api/revisions/59053f2da83c/schema)
