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": "70fa2653-4ab4-42de-b808-1c3c9d982bd7",
"ParentID": "34ed7463-2863-4204-aa9d-a51068b82cb0"
}
application/xml, text/xml
Sample:
<StudentParent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ParentAPI.Models"> <ParentID>34ed7463-2863-4204-aa9d-a51068b82cb0</ParentID> <StudentID>70fa2653-4ab4-42de-b808-1c3c9d982bd7</StudentID> </StudentParent>