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 FavoritesResponseName | 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-03-16T10:10:09.0477708+00:00" }, { "FavoriteID": "sample string 1", "PrimaryTag": "sample string 2", "Title": "sample string 3", "URL": "sample string 4", "AddedDate": "2025-03-16T10:10:09.0477708+00:00" } ]