get https://api.zenoti.com/v1/centers//blockouttimes
Retrives the list of Blockout times created between the start date and end date of the center whose ID is passed as {center_id} and block out times of all the rooms or employees who had a block out time created in the appointment book for that center.
| Name | Type | Description |
|---|
| block_out_times | object | Object containing the details of all the blockout times of a center. |
| Name | Type | Description |
|---|
| block_out_time_id | guid | Unique identifier of the block out time. |
| employee | string | Name of the employee associated with the block out time. |
| room | object | Object containing the details of the room associated with the block out time. |
| block_out_time_type | object | Object containing the block out time type details. |
| start_time | string | Start time of the block out time. |
| end_time | string | End time of the block out time. |
| start_time_in_center | string | Start time as per the center hours. |
| end_time_in_center | string | End time as per the center hours. |
| notes | string | Notes associated with the block out time. |
| recurring_block_out_time | object | Object containing the details of the recurring block out time. |
| Name | Type | Description |
|---|
| id | guid | Unique identifier of the room. |
| name | string | Name of the room associated with the block out time. |
| Name | Type | Description |
|---|
| id | id | Unique identifier of the type of the block out time. |
| name | string | Name of the type of the block out time. |
| duration | int | Duration of the block out time. |
| Name | Type | Description |
|---|
| id | id | Id of the recurring block out time. |
| time_period | string | Timing of the recurring block out time. |
| interval | int | Interval of the recurrences for the block out time. |
| rec_start_date | datetime | Start date of the recurring block out time. |
| rec_end_date | datetime | End date of the recurring block out time. |
| week_days | int | Number of days the block out time recurs. |
| occurences | int | Number of occurrences of the block out time. |