List data fields
list_data_fieldsShow reusable form fields shared across routing forms, using pagination to review all entries before adding a duplicate.
Instructions
List the reusable form fields shared across routing forms, including fields that may already match a planned addition. Returns 50 at a time with offset pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results, 1-100. Defaults to 50. | |
| offset | No | How many to skip. Defaults to 0. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | The results, when the API paginates | |
| page | No | Current page, when the API paginates | |
| items | No | The results, when the API returns a plain list | |
| total | No | Total matches, when the API paginates |