GET api/Account/GetUserInfobyApp?AppKey={AppKey}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
AppKey | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of UserInfoName | Description | Type | Additional information |
---|---|---|---|
uKey | string |
None. |
|
value | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "1", "uKey": "sample string 1", "value": "sample string 2" }, { "$ref": "1" } ]