IONAPI Request

You can select this activity to generate a request to the ION API. You can use the GET, POST, PUT, and DELETE request methods to extract data or manipulate the data, and send specific information through JSON. This activity can only validate APIs that are already available under the current tenant to which the user is logged on.

This table lists the properties for the activity.

Property Type Property Name Description
Input Method The request method from the list.
URL The URL.
Content Type The content types. Possible values:
  • application_json
  • application_xml
  • text_plain
  • text_xml
  • multipart_formdata
File Attachments A list of attachments to be added to the list.
Headers Headers for the request
POST Data The raw post data for the payload of an API.
Query parameters The parameters for the IONAPI request.
Output Response The output format for the response.
Status Code The HTTP status code after processing the request