Adding a JQ Transform step

You can add conditions or values to the API call to alter the information in the output.

To add a JQ Transform step:

  1. Drag and drop the JQ Transform step into the API flow from the JQ Transform icon.
  2. In the ION API Properties tab, add or select an output type in the API call.
  3. In the JQ Transform Parameters tab, press Ctrl-Space in the Value field.
    The field is specified with the output type. Ensure the output type is in .json format, with quotations around the entire text.
  4. On the JQ Filter tab in the Expression field, add a period (.) followed by the required filter conditions.
    For example, [.UserDetailList]. If no filter conditions are required, then place a [.].
  5. Return to the API Flow Properties tab and ensure the Method field is set to GET.
  6. Save your changes.
  7. Test the API call. The output can be found in the Response field.