> ## Documentation Index
> Fetch the complete documentation index at: https://docs.teamcaredental.com/llms.txt
> Use this file to discover all available pages before exploring further.

# schedule

### POST /locations/:location\_id/dashboards/schedule

This endpoint retrieves iframe for schedule from TeamCare application.

#### Parameters

* location\_id (required): The ID of the location for which schedule dashboard is to be retrieved.

#### Response

* Content-Type: application/json

```json theme={null}
{
    "iframe": "string"
}
```
