---
title: "Retrieve a list of all CrowdSafeAs that can be applied to a location."
method: GET
path: "/DEIB/{subscriberId}/CrowdSafeAs"
tags: ["Rest"]
---

# Retrieve a list of all CrowdSafeAs that can be applied to a location.

`GET /DEIB/{subscriberId}/CrowdSafeAs`

## Path parameters

- `subscriberId` integer, required

## Headers

- `SiteId` integer, required

## Response `200`

OK

- MindbodyRestApiDtoModelsDEIBResponsesCrowdSafeAsGetStudioCrowdSafeAsResponse — GetStudioCrowdSafeAsResponse
  - `CrowdSafeAsLocation` MindbodyRestApiDtoModelsDEIBDtoCrowdSafeAsCrowdSafeAsLocationMap[] — CrowdSafeAsLocation
    - `LocationId` integer — LocationId
    - `SubscriberId` integer — SubscriberId
    - `CrowdSafeAs` MindbodyRestApiDtoModelsDEIBDtoCrowdSafeAsCrowdSafeAs[] — CrowdSafeAs
      - `Id` integer — The identifying ID of the CrowdSafeAs.
      - `Name` string — The name of the CrowdSafeAs (e.g. "Family-friendly" or "Pet-friendly").

## 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)
