GET api/User/UserInterst
Интересы пользователя
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of InterestName | Description | Type | Additional information |
---|---|---|---|
sign_rid | integer |
None. |
|
sign_name | string |
None. |
|
interesting | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "sign_rid": 1, "sign_name": "sample string 2", "interesting": true }, { "sign_rid": 1, "sign_name": "sample string 2", "interesting": true } ]
text/html
Sample:
[{"sign_rid":1,"sign_name":"sample string 2","interesting":true},{"sign_rid":1,"sign_name":"sample string 2","interesting":true}]