Appearance
Get favorites
About 100 wordsLess than 1 minute
apiFavorites
2025-03-13
MethodGET
Request URL
/plugin/datafor-modeler/api/user-settings/favorites
Authorization
This API requires authentication.
Content Typeapplication/json
Response Examples
[
{
"fullPath": "/public/workshop.datafor",
"lastUse": 1722219194406,
"title": "workshop"
}
]
HTTP Responses
HTTP Status Code | Meaning | Description |
---|---|---|
200 | OK | Request successful. |
401 | Unauthorized | Authentication required. |
500 | Internal Server Error | Unexpected error occurred. |
Response Data Schema
Name | Type | Required | Description |
---|---|---|---|
fullPath | string | Yes | The full path of the favorite item. |
lastUse | integer | Yes | Timestamp of the last use. |
title | string | Yes | Title of the favorite item. |