Get Designer Availabilities
Returns designer availability slots based on department or a specific assignee. Provide exactly one of 'department' or 'assignee_filter' — they are mutually exclusive. Shows each designer's capacity, scheduled tasks, and available minutes per day. Excludes dates with approved time off, scheduling blackouts, and deleted/archived tasks.
query Parameters
min_time_estimateMinimum available minutes a designer must have on a given day to be included. Use 0 to include all.
departmentDepartment to query. 'design' includes Design Squad and Exec Squad. Mutually exclusive with assignee_filter — provide one or the other.
min_dateEarliest date to include (YYYY-MM-DD). Defaults to tomorrow.
max_dateLatest date to include (YYYY-MM-DD). Defaults to no limit (up to 100 working days out).
max_resultsMaximum number of availability slots to return. Default 50, max 250.
assignee_filterLook up a specific designer's availability by email. Mutually exclusive with department — provide one or the other.
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Get Designer Availabilities › Responses
Designer availability results
countNumber of availability slots returned
departmentDepartment queried, or null if assignee_filter was used
Echo of the filters applied