GET
/
user
/
last-visit
/
map
curl --request GET \
  --url 'https://app.teable.cn/api/user/last-visit/map?resourceType=SOME_STRING_VALUE&parentResourceId=SOME_STRING_VALUE' \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

resourceType
enum<string>
required
Available options:
base,
table,
view,
dashboard,
automation
parentResourceId
string
required

Response

200 - application/json
Returns data about user last visit map.
{key}
object