GET Appointments

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of VD_Appointment
NameDescriptionTypeAdditional information
Id

integer

None.

AppointmentType

string

None.

CreateDateTime

date

None.

RequestedDateTimeOffset

date

None.

UserId

integer

None.

AnimalId

integer

None.

VD_Animal

VD_Animal

None.

VD_User

VD_User

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "appointmentType": "sample string 2",
    "createDateTime": "2025-12-17T22:03:24.6973127-08:00",
    "requestedDateTimeOffset": "2025-12-17T22:03:24.6973127-08:00",
    "userId": 5,
    "animalId": 6,
    "vD_Animal": {
      "id": 1,
      "firstname": "sample string 2",
      "species": "sample string 3",
      "breed": "sample string 4",
      "vD_Appointment": []
    },
    "vD_User": {
      "id": 1,
      "firstName": "sample string 2",
      "lastName": "sample string 3",
      "vD_Appointment": []
    }
  },
  {
    "id": 1,
    "appointmentType": "sample string 2",
    "createDateTime": "2025-12-17T22:03:24.6973127-08:00",
    "requestedDateTimeOffset": "2025-12-17T22:03:24.6973127-08:00",
    "userId": 5,
    "animalId": 6,
    "vD_Animal": {
      "id": 1,
      "firstname": "sample string 2",
      "species": "sample string 3",
      "breed": "sample string 4",
      "vD_Appointment": []
    },
    "vD_User": {
      "id": 1,
      "firstName": "sample string 2",
      "lastName": "sample string 3",
      "vD_Appointment": []
    }
  }
]