> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt # Resource: Time Slots # Type: Time Slot Object # Link: https://dev.wix.com/docs/api-reference/business-solutions/restaurants/reservations/time-slots/time-slot-object.md ## Description: Time Slots Submodule Docs ## Schema: ```json Type: Time Slot Object | type: TimeSlot Description: Time Slots Submodule Docs - name: startDate | type: string | description: Start date and time of this time slot. - name: seconds | type: string | description: - name: nanos | type: number | description: - name: duration | type: number | description: Duration in minutes of this time slot. - name: status | type: string | description: Availability status of this time slot. enum: AVAILABLE, UNAVAILABLE, NON_WORKING_HOURS - name: manualApproval | type: boolean | description: Whether manual approval is required to make a reservation in this time slot. - name: value | type: boolean | description: ```