Appearance
Get recent
About 139 wordsLess than 1 minute
apiRecent
2025-03-13
MethodGET
Request URL
/plugin/datafor-modeler/api/user-settings/recent
Authorization
Authentication is required to use this API. For details on the authentication method, see
Authorization.
Description
This API retrieves a list of recently accessed items for the current user. It provides quick access to previously viewed resources.
Response Examples
Successful Response (HTTP 200)
[
{
"fullPath": "/public/workshop.datafor",
"lastUse": 1722219194406,
"title": "workshop"
}
]
HTTP Responses
HTTP Status Code | Meaning | Description | Data Schema |
---|---|---|---|
200 | OK | Request was successful | Inline |
Response Data Schema (HTTP 200)
Name | Type | Required | Description |
---|---|---|---|
fullPath | string | Yes | The absolute path of the accessed resource. |
lastUse | integer | Yes | The timestamp (in milliseconds) of the last access. |
title | string | Yes | The display name of the accessed resource. |