GET User/TrustLevel
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
period | UserLevelPeriodFilter |
Required |
|
wmid | string |
None. |
Body Parameters
None.
Response Information
Resource Description
UserLevelViewName | Description | Type | Additional information |
---|---|---|---|
nickName | string |
None. |
|
wmid | string |
None. |
|
updating | boolean |
None. |
|
wasError | boolean |
None. |
|
data | Collection of UserLevelGraphicItemView |
None. |
Response Formats
application/json, text/json
Sample:
{ "nickName": "sample string 1", "wmid": "sample string 2", "updating": true, "wasError": true, "data": [ { "timeStamp": 1, "value": 2 }, { "timeStamp": 1, "value": 2 } ] }