GET api/Vet/V1/Students/{id}
Get student information by specified student id.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Student unique identifier |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
ModelVetStudentV1, if found. Else, 404 (Not found).
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.