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:
[ "02ba9fd7-0ca0-4c03-b727-4cb886ac6c38", "dabe3249-e223-4760-a927-65682bad2a20" ]
text/javascript
Sample:
["02ba9fd7-0ca0-4c03-b727-4cb886ac6c38","dabe3249-e223-4760-a927-65682bad2a20"]
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>02ba9fd7-0ca0-4c03-b727-4cb886ac6c38</guid> <guid>dabe3249-e223-4760-a927-65682bad2a20</guid> </ArrayOfguid>