# Retrieve collection of organization entities. Use this endpoint to retrieve the collection of organization information. Endpoint: GET /organizations Version: 1.0.0 Security: ## Query parameters: - `page` (integer) The collection page number - `itemsPerPage` (integer) The number of items per page - `expand[]` (array) Enum: "user.list", "user.read", "organization.read_webhooks", "webhook.read", "webhook.list" - `order[uuid]` (string) Enum: "asc", "desc" - `order[streetAddress]` (string) Enum: "asc", "desc" - `order[postalCode]` (string) Enum: "asc", "desc" - `order[city]` (string) Enum: "asc", "desc" - `order[country]` (string) Enum: "asc", "desc" - `order[latitude]` (string) Enum: "asc", "desc" - `order[longitude]` (string) Enum: "asc", "desc" - `order[timezone]` (string) Enum: "asc", "desc" - `order[phone]` (string) Enum: "asc", "desc" - `order[secretariatEmail]` (string) Enum: "asc", "desc" - `order[website]` (string) Enum: "asc", "desc" - `order[dentalNomenclatureSystem]` (string) Enum: "asc", "desc" - `order[createdAt]` (string) Enum: "asc", "desc" - `order[updatedAt]` (string) Enum: "asc", "desc" - `search` (string) Global case-insensitive text search. - `uuid` (string) - `uuid[]` (array) - `name` (string) - `name[]` (array) - `vatNumber` (string) - `vatNumber[]` (array) - `streetAddress` (string) - `streetAddress[]` (array) - `postalCode` (string) - `postalCode[]` (array) - `city` (string) - `city[]` (array) - `country` (string) - `country[]` (array) - `timezone` (string) - `timezone[]` (array) - `phone` (string) - `phone[]` (array) - `secretariatEmail` (string) - `secretariatEmail[]` (array) - `website` (string) - `website[]` (array) - `dentalNomenclatureSystem` (string) - `dentalNomenclatureSystem[]` (array) - `subscriptions` (string) - `subscriptions[]` (array) - `webhooks` (string) - `webhooks[]` (array) - `organizationUsers` (string) - `organizationUsers[]` (array) - `images` (string) - `images[]` (array) - `latitude[between]` (string) - `latitude[gt]` (string) - `latitude[gte]` (string) - `latitude[lt]` (string) - `latitude[lte]` (string) - `longitude[between]` (string) - `longitude[gt]` (string) - `longitude[gte]` (string) - `longitude[lt]` (string) - `longitude[lte]` (string) - `createdAt[between]` (string) - `createdAt[gt]` (string) - `createdAt[gte]` (string) - `createdAt[lt]` (string) - `createdAt[lte]` (string) - `updatedAt[between]` (string) - `updatedAt[gt]` (string) - `updatedAt[gte]` (string) - `updatedAt[lt]` (string) - `updatedAt[lte]` (string) ## Response 200 fields (application/json): - `uuid` (string,null) Organization unique identifier. - `name` (string,null) Organization name. - `vatNumber` (string,null) Organization VAT number. - `streetAddress` (string) Organization street address. - `postalCode` (string) Organization postal code. - `city` (string) Organization city. - `country` (string) Organization country. - `phone` (string,null) Organization phone number. Example: "+33757590893" - `secretariatEmail` (string,null) Organization email address. - `website` (string,null) Organization website url. - `dentalNomenclatureSystem` (string,null) Organization dental nomenclature system. Enum: "fdi", "ada", null - `createdAt` (string) Organization creation date. - `updatedAt` (string) Organization update date. ## Response 403 fields (application/ld+json): - `@context` (any) - `@id` (string, required) - `@type` (string, required) - `title` (string) A short, human-readable summary of the problem. - `detail` (string) A human-readable explanation specific to this occurrence of the problem. - `status` (number) - `instance` (string,null) A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced. - `type` (string) A URI reference that identifies the problem type - `description` (string,null)