Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. In List Builder, in the DATA tab, for Select Source of Data, select API Connector from the drop-down list.

Properties configuration

Here’s a nested table representation of the information:

FeatureDetails
API ConnectorSelect the API connector created.
Select OperationSelect the operation created in API Connector Builder.
Operation Type Configuration
idAvailable with GET and DELETE methods. Specify the ID of the item to fetch or delete.
PayloadAvailable with POST and PUT methods. Structure in JSON or YAML format with options like authentication methods, request parameters, query parameters, or more complex schemas.

Image Modified

Base JSON Object NameConfigure the name of the base JSON object (e.g., name).
Total Record Count JSON Object NameConfigure the total number of records in the JSON object (e.g., category.id).
Primary KeyConfigure the Unique Identifier of the JSON object (e.g., id). Mandatory field.
Auto Handling Full Results Paging & SortingOptionally, check this option if you want to retrieve all the records. The paging and sizing will be handled by Joget DX.

Related documentation

...