GET Animals/Get

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of VD_Animal
NameDescriptionTypeAdditional information
Id

integer

None.

Firstname

string

None.

Species

string

None.

Breed

string

None.

VD_Appointment

Collection of VD_Appointment

None.

Response Formats

application/json, text/json

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