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": "168823b3-9a28-4535-810a-d9d9d4071bb0",
"ParentID": "71ead686-201a-4e79-a401-83331d758b98"
}
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>71ead686-201a-4e79-a401-83331d758b98</ParentID> <StudentID>168823b3-9a28-4535-810a-d9d9d4071bb0</StudentID> </StudentParent>