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

Image Modified

  • API Connector: Select the API connector created.

Image Modified

  • For Select Operation, select the operation created in API Connector Builder.
  • Depending on the operation type, configure:

Image Modified

    • id: Available with the GET and DELETE methods. Specify the ID of the item to fetch or delete.
    • Payload: Available with the POST and PUT methods. The structure of the API in JSON or YAML format. You can add many more details, like authentication methods, request parameters, query parameters, or more complex schemas.

Image Modified

  • Base JSON Object Name for Multirow Data: configure the name of the base JSON object (e.g., name).
  • Total Record Count JSON Object Name: configure the total number of records in the JSON object (e.g., category.id).
  • Primary Key: Configure the Unique Identifier of the JSON object (e.g., id). Mandatory field.
  • Optionally, check the Auto Handling Full Results Paging & Sorting option if you retrieve all the records. The paging and sizing will be handled by Joget DX.

...