GET api/Favorites/GetList
TODO
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
TODO
ObjResultOfIListOfFavoritesItem| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of FavoritesItem |
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": [
{
"id": 1,
"title": "sample string 2"
},
{
"id": 1,
"title": "sample string 2"
}
],
"error": "sample string 1",
"success": true,
"errorCode": 3
}