Get Org 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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
enum
required

Type of entity to retrieve.

Allowed:
int64

Pass an entity id as in the org_entities table (in database) to get the details of that particular entity. For example, ?type=STORE&id=12354309To get the details of multiple entries, pass each ID separating with , . For example, “12859252,12859253”.

string
enum

Pass STORE_CUSTOM_FIELDS or ZONE_CUSTOM_FIELDS to retrieve the list of store level or zone level custom fields.

Allowed:
string
enum

Parent entity type to fetch its child entities

Allowed:
string

Pass the respective identifier value.

boolean

Pass true to retrieve the details of the parent entity (parent zone or concept). This is applicable only for type zone or concept. Sample - ?type=CONCEPT&id=50995&include_parent=true

int32

Limit the number of sub-entities to retrieve for each entity.

string
enum

Pass basic to see only basic information excluding currency, time-zone, and language information.

Allowed:
string
enum
Defaults to 0

Pass 1 to exclude time zone details (timezones), 0 to retrieve timezones > base_timezone details of an entity.

Allowed:
int64

Fetches entities that are above the offset number you pass. Offset is the position of the entity in the db record. The value is assigned based on the sequence of creation. For example, start_id=10 retrieves all the entities from record number 11.

int32
Defaults to 500

Limit the number of entities to retrieve.

date

Retrieves the entities that are modified on or after a specific date.

boolean

Pass true to retrieve the list of only active stores.

boolean
string
enum

Preferred response format.

Allowed:
Responses

Language
Credentials
Basic
base64
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json