KnowledgeBase
Search or browse in depth articles and videos on everything about Appward.
APIGeneric – Headers
Jon Hong
Friday March 31, 2023 - 0 min readTable of Contents
APIGeneric – Headers
Jon Hong
Friday March 31, 2023 - 0 min readUnits : comma delimited list of header names and values.
This property is optional and is used to set request headers to the request that is sent out to the third part api. You can use keywords that reference a variable that is a child to this APIGeneric object.
For example:
Content-Type={Type}, Header={Header}
Above there are two key words, Type and Header. This format indicates that when the request is sent, the {Type} and {Header} will be replaced with values from child variables with the name Type and Header./p>
DataType
String
EditType
RichText
Last Modified by Jon Hong on March 31, 2023 2:58 pm