Overview
Blocked time types are reusable templates that define common types of unavailable time periods for your team members. Each type has a name, duration, and optional icon to help categorize and visualize different kinds of blocked times (e.g., “Lunch Break”, “Meeting”, “Personal Time Off”).Endpoints
Create Blocked Time Type
Request Body
Name of the blocked time type (max 50 characters)
Default duration in minutes (must be at least 1)
Optional icon identifier for visual representation (max 20 characters)
Response
Returns201 Created on success with no body.
Update Blocked Time Type
Path Parameters
The ID of the blocked time type to update
Request Body
The blocked time type ID (must match URL parameter)
Updated name (max 50 characters)
Updated duration in minutes (must be at least 1)
Updated icon identifier (max 20 characters)
Response
Returns200 OK on success with no body.
Delete Blocked Time Type
Path Parameters
The ID of the blocked time type to delete
Response
Returns200 OK on success with no body.
Get All Blocked Time Types
Response
Unique identifier for the blocked time type
Name of the blocked time type
Default duration in minutes
Icon identifier for the type
Example Response
Common Use Cases
Creating Standard Break Types
Create commonly used blocked time types for your organization:Using Types with Blocked Times
Once created, blocked time types can be referenced when creating blocked times to standardize the duration and appearance of recurring unavailable periods.Best Practices
- Keep names descriptive: Use clear names like “Lunch Break” instead of “Break 1”
- Standardize durations: Set realistic default durations that match your typical needs
- Use meaningful icons: Choose icons that visually represent the type of blocked time
- Limit the number of types: Create only the types you’ll regularly use to avoid clutter
- Team consistency: Ensure all team members understand when to use each type