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 Data Type Description
Input Method N/A The request method from the list.
URL String The URL.
Content Type N/A The content types. Possible values:
  • application_json
  • application_xml
  • text_plain
  • text_xml
  • multipart_formdata
  • application_x_

    www_form_

    urlencoded

File Attachments List< String> A list of attachments to be added to the list.
Headers List< String> Headers for the request
POST Data Object The raw post data for the payload of an API.
Query parameters List< String> The parameters for the IONAPI request.
Output Response ResponseObject The output format for the response.

You can also use these formats:

  • ResponseObject.ReadAsText():To view the response in the text format.
  • ReadAsJson(): To view the response in the JToken format.
  • ReadAsXml():To view the response in the XmlDocument format.
Status Code Int32 The HTTP status code after processing the request