Public API
    Public API
    • Welcome to the deskbird Public API
    • Users
      • Lists company users
      • Lists 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
      • Lists 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
      • Lists room bookings
      • Creates a room booking
      • Gets a single room booking
      • Updates a room booking
      • Checks in to a room booking
      • Cancels a room booking
    • Schemas
      • BookingStatus
      • Provider
      • ResourceType
      • GuestEmbeddedResponse
      • UserStatus
      • ResourceEmbeddedResponse
      • UserIncludeOptions
      • UserEmbeddedResponse
      • BookingResponse
      • PaginatedBookingResponse
      • AddressResponse
      • OfficeResponse
      • BookingHistoryResponse
      • ResourceResponse
      • EnvelopedOfficeResponse
      • PaginatedResourceResponse
      • CheckUserIntoOfficeBody
      • CreateBookingGuestDto
      • CreateBookingDto
      • UpdateBookingDto
      • CheckInDto
      • OpeningHourResponse
      • OpeningHoursResponse
      • SharedResourceAccessInfoResponse
      • DedicatedResourceAccessInfoResponse
      • SchedulingOutput
      • UserStatusInput
      • AddUserStatusesInput
      • SchedulingOptionOutput
      • AttendeeResponse
      • RoomBookingResponse
      • PaginatedRoomBookingResponse
      • RoomBookingDetailedResponse
      • AttendeeDto
      • RoomResponse
      • PaginatedRoomResponse
      • CreateRoomBookingDto
      • UpdateRoomBookingDto

    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