Skip to main content
GET
/
api
/
Users
/
Me
/
Favorites
Gets current Users Favorites.
curl --request GET \
  --url https://api.example.com/api/Users/Me/Favorites
[
  {
    "id": 123,
    "entityId": 1,
    "recordId": 123,
    "recordName": "<string>"
  }
]

Response

200 - application/json

OK

id
integer<int32>
entityId
enum<integer>
Available options:
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
25,
26,
27,
28,
29,
30,
31,
1000,
1003,
1004,
1400,
-2
recordId
integer<int32>
recordName
string | null