Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejson
{
  "userId": 13,
  "EmailAddress": "charlotte.hill@email.com",
  "date": "yyyy/MM/DD",
  "Bookings": [
    {
      "per": 0,
      "BookId": "401006",
      "AllDay": 0,
      "Subject": "Anonymous Booking",
      "Organizer": "Charlotte Hill",
      "OrganizerEmail": "charlotte.hill@email.com",
      "BookedUser": "Charlotte Hill",
      "StartTime": "2023-11-24T12:22:57",
      "EndTime": "2023-11-24T12:52:57",
      "BookedBy": 13,
      "ResId": 0,
      "RecurringOption": "",
      "MeetingStatus": "Session in Progress"
    }
  ]
}

...

Use case

This API will be used for the schedule view to display current bookings for selected users.

...