GET
/
user
/
last-visit
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>"
}

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.
resourceType
enum<string>
required
Available options:
base,
table,
view,
dashboard,
automation
resourceId
string
required
childResourceId
string