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

#### URL Expired

The URL for this request expired after 30 days.

### Parameters

- **locationUuid**  
  uuid  
  *required*  
  location unique identifier

- **includeAncestorSettings**  
  boolean  
  Defaults to false  
  whether to include the ancestor settings  
  `true | false`

- **filter**  
  object  
  filter object

### Response Codes

- ``200``      the allowance settings for the given location
- ``500``      default error response

### Request Example

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

### Response Format

- application/json
