---
title: "Finds and returns basic site info for sites that fit the search criteria."
method: GET
path: "/Subscribers/SiteInformation/Search"
tags: ["Rest"]
---

# Finds and returns basic site info for sites that fit the search criteria.

`GET /Subscribers/SiteInformation/Search`

## Query parameters

- `request.searchText` string
- `request.relatedSiteId` integer
- `request.showOnlyTotalWod` boolean
- `request.limit` integer
- `request.offset` integer

## Headers

- `SiteId` integer, required

## Response `200`

OK

- MindbodyRestApiDtoModelsSubscribersSiteInformationControllerSearchSitesResponse — Response used when searching for sites/studios.
  - `SiteInfos` MindbodyRestApiDtoModelsSiteSiteInfoBasic[] — Resulting site info objects.
    - `StudioId` integer — Studio unique identifier
    - `StudioName` string — Name of the studio/site
    - `BusinessUrl` string — Business Url for the site
    - `LogoUrl` string — Logo Url for the site.
    - `MobileLogoUrl` string — Mobile logo Url for the site.
  - `PaginationResponse` MindbodyRestApiDtoModelsPaginationPaginationResponse
    - `RequestedLimit` integer — Limit from pagination request
    - `RequestedOffset` integer — Offset from pagination request
    - `PageSize` integer — Number of results returned in this response
    - `TotalResults` integer — Total number of results in dataset

## Other responses

- `401` — Unauthorized

---

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