GET api/BoardingDays/GetBoardingDays

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of BoardingDay
NameDescriptionTypeAdditional information
BoardingDayId

integer

None.

BoardingAdmissionId

integer

None.

ModifiedBy

string

None.

Comment

string

None.

EntryDate

date

None.

BoardingDayDate

date

None.

PracticeId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "BoardingDayId": 1,
    "BoardingAdmissionId": 2,
    "ModifiedBy": "sample string 3",
    "Comment": "sample string 4",
    "EntryDate": "2025-07-06T12:38:37.8358824+00:00",
    "BoardingDayDate": "2025-07-06T12:38:37.8358824+00:00",
    "PracticeId": 5
  },
  {
    "BoardingDayId": 1,
    "BoardingAdmissionId": 2,
    "ModifiedBy": "sample string 3",
    "Comment": "sample string 4",
    "EntryDate": "2025-07-06T12:38:37.8358824+00:00",
    "BoardingDayDate": "2025-07-06T12:38:37.8358824+00:00",
    "PracticeId": 5
  }
]

text/html

Sample:
[{"BoardingDayId":1,"BoardingAdmissionId":2,"ModifiedBy":"sample string 3","Comment":"sample string 4","EntryDate":"2025-07-06T12:38:37.8358824+00:00","BoardingDayDate":"2025-07-06T12:38:37.8358824+00:00","PracticeId":5},{"BoardingDayId":1,"BoardingAdmissionId":2,"ModifiedBy":"sample string 3","Comment":"sample string 4","EntryDate":"2025-07-06T12:38:37.8358824+00:00","BoardingDayDate":"2025-07-06T12:38:37.8358824+00:00","PracticeId":5}]

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'System.Collections.Generic.List`1[[VetAPI.DataModel.BoardingDayLab, VetAPI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'System.Collections.Generic.List`1[[VetAPI.DataModel.BoardingDayLab, VetAPI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]' contains cycles and cannot be serialized if reference tracking is disabled.