Skip to content

Retrieve a Time Blocker

GET
/businesses/{businessId}/time-blockers/{timeBlockerId}

Retrieve a Time Blocker

A Time Blocker

object
data
object
id

Unique identifier across the platform.

string format: uuid
createdAt

Time when the resource was created (ISO 8601 format).

string format: date-time
updatedAt

Time when the resource was last updated (ISO 8601 format).

string format: date-time
staffId

The ID of the Staff this resource belongs to.

string format: uuid
startDate

Start date and time of the time blocker (ISO 8601 format).

string format: date-time
endDate

End date and time of the time blocker (ISO 8601 format).

string format: date-time
reason

Reason for the time blocker.

string
nullable