GET api/UserProfile/GetFavorites/{ContentType}/{Culture}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ContentType | string |
Required |
|
| Culture | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of FavoritesResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| FavoriteID | string |
None. |
|
| PrimaryTag | string |
None. |
|
| Title | string |
None. |
|
| URL | string |
None. |
|
| AddedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"FavoriteID": "sample string 1",
"PrimaryTag": "sample string 2",
"Title": "sample string 3",
"URL": "sample string 4",
"AddedDate": "2025-12-19T09:55:17.3125071+00:00"
},
{
"FavoriteID": "sample string 1",
"PrimaryTag": "sample string 2",
"Title": "sample string 3",
"URL": "sample string 4",
"AddedDate": "2025-12-19T09:55:17.3125071+00:00"
}
]