Advance Resource Integrations
This section explains how to configure customized behaviors within your Boltic integration definitions. While standard integration setups handle typical use cases, certain scenarios require more advanced functionality to meet specific needs.
This optional advanced section, referenced from the Resource Definition documentation and covers techniques such as dynamic parameter rendering, transformations, pagination handling, and payload filtering.
📄️ Filters
You can utilize filters within the body of your operation's definition, which corresponds to your request payload. It Filters automatically exclude empty or undefined values during request processing.
📄️ Transform
Boltic supports JavaScript-based transformations within API definitions, enabling dynamic manipulation of request and response data. Developers can customize and preprocess various components of an API request or response:
📄️ Pagination
Pagination allows integrations to handle data efficiently by dividing results into manageable segments or pages. Boltic supports multiple pagination methods to accommodate various API requirements. Below are detailed descriptions, examples, and practical implementations of each method:
📄️ Dynamic Parameters
Boltic enables the dynamic rendering of UI elements, known as parameters, through REST API calls. This allows integration definitions to adapt dynamically based on external data fetched at runtime.