POST api/user/network
Get current user networks
Request Information
URI Parameters
None.
Body Parameters
GeneralInput| Name | Description | Type | Additional information |
|---|---|---|---|
| SecurityToken | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SecurityToken": "sample string 1"
}
Response Information
Resource Description
Collection of Network| Name | Description | Type | Additional information |
|---|---|---|---|
| Lvl | integer |
None. |
|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| ReferralId | integer |
None. |
|
| AvatarPath | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Lvl": 1,
"Id": 2,
"Name": "sample string 3",
"ReferralId": 1,
"AvatarPath": "sample string 4"
},
{
"Lvl": 1,
"Id": 2,
"Name": "sample string 3",
"ReferralId": 1,
"AvatarPath": "sample string 4"
}
]