---
title: "GET /api/corporate-organizations/search"
method: GET
path: "/api/corporate-organizations/search"
tags: ["Corporate-Organizations"]
---

# GET /api/corporate-organizations/search

`GET /api/corporate-organizations/search`

## Query parameters

- `Query` string, nullable, required
- `PageIndex` integer, required
- `PageSize` integer, required

## Response `200`

Success

- PagedSearchResultOfCorporateOrganizationDto
  - `items` CorporateOrganizationDto[]
    - `id` string, guid
    - `name` string
    - `slug` string
    - `descriptionFr` string, nullable
    - `descriptionEn` string, nullable
    - `contactName` string
    - `logo` string
    - `apartment` string, nullable
    - `street` string, nullable
    - `city` string, nullable
    - `zipCode` string, nullable
    - `email` string, nullable
    - `phoneNumber` string, nullable
    - `phoneExtension` integer, nullable
    - `website` string, nullable
    - `chapters` string[]
    - `activityAreas` string[]
    - `hasContingencyFundCertification` boolean
  - `pagingInfo` PagingInfo
    - `totalResultsFound` integer
    - `pageCount` integer

---

[API](https://skmtc.dev/rgcq/apis/web.md) · [All operations](https://skmtc.dev/rgcq/apis/web/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rgcq/web/revisions/3fdd4827f760/schema)
