| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

| Field                   | Type     | Description                                  |
|-------------------------|----------|----------------------------------------------|
| locationUuid            | uuid     | required, location unique identifier         |
| includeAncestorSettings  | boolean  | Defaults to false, whether to include the ancestor settings |
| filter                  | object   | filter object                               |

# Response Codes

# ``200      the count of allowance for the given location

# ``500      default error response

---

#### Example Request

```shell
curl --request GET \
     --globoff \
     --url 'https://services.fountain.com/api/serviceattendance/processes/allowanceSettings/location/locationUuid/count?includeAncestorSettings=false&filter[collate][locale]=en' \
     --header 'accept: application/json'
```

#### Response Example

application/json

``200``500

---
