SourceConfiguration
Configuration that defines how to make requests to endpoints, including request methods, paths, parameters, and response handling.
Types
Properties
Configuration for applying filter pushdown to REST API requests, defining how filter predicates are translated into query parameters or filter strings.
Configuration for handling paginated responses from the REST API, supporting both cursor-based and offset-based pagination strategies.
The HTTP method to use for requests to this endpoint, such as GET, POST.
Configuration for request parameters that should be included in API calls, such as query parameters, headers, or body content.
The URL path for the REST endpoint, which may include parameter placeholders that will be replaced with actual values during requests.
Configuration that defines how to parse and extract data from API responses, including success and error handling.