Skip to main content
GET
/
api
/
mobile
/
views
Recent view events for the team (newest-first)
curl --request GET \
  --url https://app.paperlink.online/api/mobile/views \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Team-Id: <x-team-id>'

Authorizations

Authorization
string
header
required

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

Headers

X-Team-Id
string<uuid>
required

Selected team; the role is resolved live for this team.

Query Parameters

take
integer
default:30
Required range: 1 <= x <= 100
cursor
string

Response

OK