POST api/FollowUser/GetFollowingUsers
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "e768a337-a2d1-43cf-9461-513e2959cf7a", "8fe9ee0e-e0c4-448e-942b-797e59c243c2" ]
application/xml, text/xml
Sample:
<ArrayOfNullableOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/System"> <guid>e768a337-a2d1-43cf-9461-513e2959cf7a</guid> <guid>8fe9ee0e-e0c4-448e-942b-797e59c243c2</guid> </ArrayOfNullableOfguid>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.