API Reference

Scalars

Roles

Common objects

Slots

Projects

Services

Bookings

Spaces

Locations

Assets

Team

Reviews

Reminders

Webhooks

Denylist

Schema

JS SDK


Timerise © 2024

Slots overview

A slot is a single unit of time that the service is available for execution. It is possible to set slots of unavailability so that they are not visible to users on booking sites.

Object types

Slot

type Slot {
	slotId: ID!
	slotGroupId: ID!
	slotType: SlotType!
	quantity: NonNegativeInt!
	dateTimeFrom: DateTime
	dateTimeTo: DateTime
	duration: Duration
	title: NonEmptyString
	createdAt: DateTime!
	updatedAt: DateTime!
}

Slot fields

Enums

SlotType

enum SlotType {
	AVAILABLE
	UNAVAILABLE
} 

SlotType valid values