POST api/user/network

Get current user networks

Request Information

URI Parameters

None.

Body Parameters

GeneralInput
NameDescriptionTypeAdditional information
SecurityToken

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SecurityToken": "sample string 1"
}

Response Information

Resource Description

Collection of Network
NameDescriptionTypeAdditional 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"
  }
]