简体中文
Get user last visited resource
cURL
curl --request GET \ --url 'https://app.teable.cn/api/user/last-visit?resourceType=SOME_STRING_VALUE&parentResourceId=SOME_STRING_VALUE' \ --header 'Authorization: Bearer REPLACE_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>
base
table
view
dashboard
automation
Returns data about user last visit.
The response is of type object.
object