GET api/profile/main/{userID}/children
V1 - Gets a list of children (if any) for the specified user.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userID |
The ID for the user |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of globally unique identifierResponse Formats
application/json, text/json
Sample:
[ "d56fa881-30e9-4c89-8247-e4c7805056e9", "8abaebb0-6b5e-48ff-bf68-b759ba418c59" ]
text/javascript
Sample:
["d56fa881-30e9-4c89-8247-e4c7805056e9","8abaebb0-6b5e-48ff-bf68-b759ba418c59"]
application/xml, text/xml
Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <guid>d56fa881-30e9-4c89-8247-e4c7805056e9</guid> <guid>8abaebb0-6b5e-48ff-bf68-b759ba418c59</guid> </ArrayOfguid>