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:
[ "a59264b9-560a-43d0-a25e-4635d988b0b1", "0f4aeb06-694c-4e21-b761-4cb99bf04ce1" ]
text/javascript
Sample:
["a59264b9-560a-43d0-a25e-4635d988b0b1","0f4aeb06-694c-4e21-b761-4cb99bf04ce1"]
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>a59264b9-560a-43d0-a25e-4635d988b0b1</guid> <guid>0f4aeb06-694c-4e21-b761-4cb99bf04ce1</guid> </ArrayOfguid>