Skip to main content
The list method retrieves multiple records from a collection with support for filtering and pagination.

Configuration Example

Properties:
  • parametersSchema (DataSchema): Schema for the additional parameters
  • filterFields (array): Fields that can be used for filtering of the results.

Implementation Examples

File: list.rest.yml

JavaScript Implementation

File: list.js

Input

Return Value

Drilldowns

The list method supports drilldowns for fetching nested or related data. This is useful for scenarios like fetching files from multiple folders or tasks across different projects.

Drilldown Structure