---
title: "Get Org Entities"
method: GET
path: "/organization/entities"
---

# Get Org Entities

`GET /organization/entities`

Retrieves the details of zones, stores, store servers, concepts or TILLs configured for the current organization. By default, it fetches up to 200 entities.

## Query parameters

- `type` 'store' | 'zone' | 'till' | 'STR_SERVER' | 'CONCEPT', required
- `id` integer
- `scope` 'STORE_CUSTOM_FIELDS' | 'ZONE_CUSTOM_FIELDS' | 'TILL_CUSTOM_FIELDS'
- `parent_identifier_type` 'STORE_CODE' | 'STORE_ID' | 'STORE_EXTERNAL_ID' | 'CONCEPT_CODE' | 'CONCEPT_ID'
- `parent_identifier_value` string
- `include_parent` boolean
- `sub_entities_count` integer
- `details` 'basic'
- `exclude_locale` '0' | '1'
- `start_id` integer
- `limit` integer
- `modified_since` string, date
- `active_only` boolean
- `language_translatons` boolean
- `format` 'xml' | 'json'

## Response `200`

200

- object
  - `response` object
    - `pagination` object
      - `limit` string
      - `offset` string
      - `total` integer
    - `status` object
      - `success` boolean
      - `code` integer
      - `message` string
    - `organization` object
      - `entities` object
        - `entity` object[]
          - `item_status` object
            - `success` string
            - `code` integer
            - `message` string
          - `id` string
          - `is_active` string
          - `code` string
          - `name` string
          - `description` string
          - `last_updated_by` string
          - `last_updated_on` string
          - `custom_fields` object
            - `field` object[]
              - …
          - `language_translations` object
            - `field` unknown[]
              - …
          - `time_zone_id` string
          - `currency_id` string
          - `language_id` string
          - `timezones` object
            - `base_timezone` object
              - …
          - `currencies` object
            - `base_currency` object
              - …
          - `language_code` string
          - `language_locale` string
          - `languages` object
            - `base_language` object
              - …
          - `parent` object
          - `country_code` string
          - `username` string
          - `last_login` string
          - `parent_external_id` string
          - `parent_external_id_1` string
          - `parent_external_id_2` string
          - `type` string

## Other responses

- `400` — 400

---

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