GET api/user/referral?id={id}
Get referral info
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
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"
}