Get Http Headers From Structure

Converts Structure to the Headers for request with Rest Client. It is the way to set Headers for a request to the REST API. To create Headers:

  1. Define with Structure Schema the list of Headers. Usually, “Content-Type” Header is always required.
  2. Create structure with Structure Schema operator and link in input the output from Structure Schema.
  3. Set values for Headers with Set Structure Fields specifying in inputs values like Constants/Named Constant or outputs from Get Entity Attributes.

inputs:

structure – link here structure which defines Headers. Commonly put here output from Set Structure Fields.

  • Required: yes

outputs:

parameters – the structure converted to request Headers. Link this output to the input port headers in Rest Client

Click to rate this post!
[Total: 0 Average: 0]

Leave a Reply

Your email address will not be published. Required fields are marked *