GET api/StudentParents/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
StudentParent| Name | Description | Type | Additional information |
|---|---|---|---|
| StudentID | globally unique identifier |
None. |
|
| ParentID | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"StudentID": "4c53feed-2f6d-445e-bf25-368a5b8ed1bc",
"ParentID": "b919ee1d-fd74-4524-b596-c0a90a7d694d"
}
application/xml, text/xml
Sample:
<StudentParent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusAPI.Models"> <ParentID>b919ee1d-fd74-4524-b596-c0a90a7d694d</ParentID> <StudentID>4c53feed-2f6d-445e-bf25-368a5b8ed1bc</StudentID> </StudentParent>