Workspaces
List workspace record entries
List all entries, across all lists, for which this workspace record is the parent.
Required scopes: record_permission:read
, object_configuration:read
, list_entry:read
.
GET
Authorizations
This API uses OAuth 2.0 with the authorization code grant flow.
Path Parameters
A UUID of the workspace record to fetch entries for.
Example:
"72ef5feaf-4919-4208-b332-1339ab8ba040"
Query Parameters
The maximum number of results to return. The default is 100
and the maximum is 1000
. See the full guide to pagination here.
Example:
10
The number of results to skip over before returning. The default is 0
. See the full guide to pagination here.
Example:
5