Public API
    • Welcome to the deskbird developer docs
    • Public API
      • Overview
      • Users
        • Lists company users
        • Retrieves a single company user
      • Bookings
        • Lists company bookings
        • Creates a new resource booking
        • Gets a single company booking
        • Updates an existing booking
        • Cancels a booking
        • Checks in to a booking
        • Releases a booking early
      • Groups
        • Lists company user groups
        • Retrieves a single company user group
      • Resources
        • Gets a resource by ID
        • Lists company resources
      • Offices
        • Lists company offices
        • Checks a user into an office
      • Scheduling
        • Lists company scheduling statuses
        • Deletes scheduling statuses by IDs
        • Adds new scheduling statuses for a user
      • Scheduling Options
        • Lists company scheduling options
      • Rooms
        • Lists company rooms
        • Gets a single room
        • Creates a room booking
        • Lists room bookings
        • Gets a single room booking
        • Updates a room booking
        • Checks in to a room booking
        • Cancels a room booking
        • Lists company room bookings
      • Floors
        • Lists company floors
      • Zones
        • Lists company zones
      • Tickets
        • Updates a ticket
      • Sensors
        • Lists company monitors
    • MCP server
      • Overview
      • Authentication
      • Tools reference
    • Sensors
      • Lists company network configurations
    • Visitors
      • Lists company visit types
    • Schemas
      • Provider
      • UserStatus
      • UserIncludeOptions
      • BookingStatus
      • GuestEmbeddedResponse
      • UserEmbeddedResponse
      • ResourceEmbeddedResponse
      • BookingHistoryResponse
      • BookingResponse
      • PaginatedBookingResponse
      • CreateBookingGuestDto
      • CreateBookingDto
      • UpdateBookingDto
      • CheckInDto
      • AddressResponse
      • OpeningHourResponse
      • OpeningHoursResponse
      • OfficeResponse
      • EnvelopedOfficeResponse
      • CheckUserIntoOfficeBody
      • SharedResourceAccessInfoResponse
      • DedicatedResourceAccessInfoResponse
      • EquipmentResponse
      • ResourceResponse
      • ResourceType
      • PaginatedResourceResponse
      • SchedulingOutput
      • UserStatusInput
      • AddUserStatusesInput
      • SchedulingOptionOutput
      • AttendeeResponse
      • RoomBookingResponse
      • PaginatedRoomBookingResponse
      • RoomBookingDetailedResponse
      • AttendeeDto
      • RoomResponse
      • PaginatedRoomResponse
      • CreateRoomBookingDto
      • UpdateRoomBookingDto
      • FloorResponse
      • PaginatedFloorResponse
      • AssignedGroupResponse
      • ZoneResponse
      • PaginatedZoneResponse
      • UpdateTicketDto
      • MonitorState
      • MonitorOfficeResponse
      • MonitorFloorResponse
      • MonitorAreaResponse
      • MonitorDeskResponse
      • MonitorMappingResponse
      • MonitorResponse
      • PaginatedMonitorResponse
      • NetworkConflictSignal
      • NetworkConflictResponse
      • NetworkResponse
      • PaginatedNetworkResponse
      • VisitTypeResponse
      • EnvelopedVisitTypeResponse

    SchedulingOutput

    {
        "id": "84cc5919-f9c4-4c39-9138-fdec194500e7",
        "day": "2025-01-01",
        "userId": "d6d04c0a-345d-4502-83f1-de8100248770",
        "officeId": "123",
        "optionId": "d76e6b2a-a9ce-41b9-9cc6-f297a92e9c8d",
        "externalStatus": false,
        "externalStatusId": "60266b80-9288-47c9-a673-a9acd3c017a4",
        "externalCalendarEventId": "630fde47-dbaa-44ff-91ad-e523e5b7dc3d",
        "duration": "full_day",
        "anonymized": false,
        "user": {},
        "option": {
            "id": "46e51f33-2b6e-43d2-b4d8-d1e79ba34458",
            "name": "Mobile work",
            "type": "mobile_work",
            "color": "#916BFF",
            "order": 1,
            "isPrimary": false,
            "isActive": true,
            "policyRule": "remote"
        },
        "office": {
            "id": "1234",
            "name": "Office 1",
            "address": {
                "street": "123 Main St",
                "streetNo": "123",
                "extra": "Apt 1",
                "postalCode": "12345",
                "city": "Anytown",
                "state": "CA",
                "country": "USA",
                "countryCode": "US",
                "latitude": 48.858157,
                "longitude": 2.2922362,
                "radius": 100,
                "timeZone": "America/New_York"
            },
            "openingHours": {
                "mon": {
                    "openingTime": "09:00",
                    "closingTime": "18:00",
                    "midday": "12:00",
                    "isOpen24Hours": false,
                    "isOpen": true
                },
                "tue": {
                    "openingTime": "09:00",
                    "closingTime": "18:00",
                    "midday": "12:00",
                    "isOpen24Hours": false,
                    "isOpen": true
                },
                "wed": {
                    "openingTime": "09:00",
                    "closingTime": "18:00",
                    "midday": "12:00",
                    "isOpen24Hours": false,
                    "isOpen": true
                },
                "thu": {
                    "openingTime": "09:00",
                    "closingTime": "18:00",
                    "midday": "12:00",
                    "isOpen24Hours": false,
                    "isOpen": true
                },
                "fri": {
                    "openingTime": "09:00",
                    "closingTime": "18:00",
                    "midday": "12:00",
                    "isOpen24Hours": false,
                    "isOpen": true
                },
                "sat": {
                    "openingTime": "09:00",
                    "closingTime": "18:00",
                    "midday": "12:00",
                    "isOpen24Hours": false,
                    "isOpen": true
                },
                "sun": {
                    "openingTime": "09:00",
                    "closingTime": "18:00",
                    "midday": "12:00",
                    "isOpen24Hours": false,
                    "isOpen": true
                }
            }
        }
    }
    Built with