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

#### URL Expired

The URL for this request expired after 30 days.

### Filters

- **teamTasks**: boolean  
  Filter by team tasks  
  true / false
- **opening_ids**: array of strings  
  Filter by opening ids  
  `opening_ids`  
  ADD string
- **location_ids**: array of strings  
  Filter by location ids  
  `location_ids`  
  ADD string
- **brand_ids**: array of strings  
  Filter by brand ids  
  `brand_ids`  
  ADD string
- **job_ids**: array of strings  
  Filter by job ids  
  `job_ids`  
  ADD string
- **opening_attributes**: array of objects  
  Filter by opening company attributes using  
  `opening_attributes[][]attribute_key`  
  and  
  `opening_attributes[][]attribute_values[]`
  `opening_attributes`  
  ADD object
- **location_attributes**: array of objects  
  Filter by location company attributes using  
  `location_attributes[][]attribute_key`  
  and  
  `location_attributes[][]attribute_values[]`
  `location_attributes`  
  ADD object
- **position_attributes**: array of objects  
  Filter by position company attributes using  
  `position_attributes[][]attribute_key`  
  and  
  `position_attributes[][]attribute_values[]`
  `position_attributes`  
  ADD object

### Response

```
200      Returns the universal dashboard schedule events for the current employer user
```

### Example Request

```bash
curl --request GET \
     --url https://services.fountain.com/api/servicetodo/processes/universal-dashboard/schedule-events \
     --header 'accept: application/json'
```

### Note
Click `Try It!` to start a request and see the response here! Or choose an example:

#### Expected Response

```json
200
```
