English
Get user last visited base node
cURL
curl --request GET \ --url http://127.0.0.1:3000/api/user/last-visit/base-node \ --header 'Authorization: Bearer <token>'
{ "resourceType": "base", "resourceId": "<string>", "childResourceId": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Returns data about user last visit base node.
base
table
view
dashboard
automation
app
Was this page helpful?