Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

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

Path Parameters

shareId
string
required

Query Parameters

take
default:100

The record count you want to take, maximum is 1000

Example:

100

skip
default:0

The records count you want to skip

Example:

0

fieldId
string
required
type
enum<string>

Only used for plugin views

Available options:
candidate,
selected

Response

200 - application/json

Link records list

id
string
required
title
string
Last modified on March 5, 2026