GET api/infoSheet/getByInfoSheet/{infoSheetId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
infoSheetId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of InfoSheet
NameDescriptionTypeAdditional information
InfoSheetId

integer

None.

Description

string

None.

ViewConsultation

boolean

None.

ViewHospitalization

boolean

None.

ViewReceptionist

boolean

None.

PracticeId

integer

None.

Date

date

None.

AddedBy

string

None.

ViewBoarding

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "InfoSheetId": 1,
    "Description": "sample string 2",
    "ViewConsultation": true,
    "ViewHospitalization": true,
    "ViewReceptionist": true,
    "PracticeId": 6,
    "Date": "2025-07-06T12:35:45.7604923+00:00",
    "AddedBy": "sample string 7",
    "ViewBoarding": true
  },
  {
    "InfoSheetId": 1,
    "Description": "sample string 2",
    "ViewConsultation": true,
    "ViewHospitalization": true,
    "ViewReceptionist": true,
    "PracticeId": 6,
    "Date": "2025-07-06T12:35:45.7604923+00:00",
    "AddedBy": "sample string 7",
    "ViewBoarding": true
  }
]

text/html

Sample:
[{"InfoSheetId":1,"Description":"sample string 2","ViewConsultation":true,"ViewHospitalization":true,"ViewReceptionist":true,"PracticeId":6,"Date":"2025-07-06T12:35:45.7604923+00:00","AddedBy":"sample string 7","ViewBoarding":true},{"InfoSheetId":1,"Description":"sample string 2","ViewConsultation":true,"ViewHospitalization":true,"ViewReceptionist":true,"PracticeId":6,"Date":"2025-07-06T12:35:45.7604923+00:00","AddedBy":"sample string 7","ViewBoarding":true}]

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 'VetAPI.DataModel.AspNetRole' 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 'VetAPI.DataModel.AspNetRole' contains cycles and cannot be serialized if reference tracking is disabled.