GET api/Favorites/GetFavoritesCounts
TODO
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
TODO
ObjResultOfTwo`2[]Name | Description | Type | Additional information |
---|---|---|---|
Data | Collection of TwoOfInt64AndInt32 |
None. |
|
Error |
Error description |
string |
None. |
Success |
Flag of successful operation |
boolean |
None. |
ErrorCode |
Error code |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": [ { "data": 1, "auxData": 2 }, { "data": 1, "auxData": 2 } ], "error": "sample string 1", "success": true, "errorCode": 3 }