KnowledgeBase
Search or browse in depth articles and videos on everything about Appward.
APIGeneric – Parameters
Jon Hong
Friday March 31, 2023 - 0 min readTable of Contents
APIGeneric – Parameters
Jon Hong
Friday March 31, 2023 - 0 min readUnits : comma delimited string or parameter name and values.
This property determines what url parameters are included in the request to the third party API. You can use keywords that reference a variable that is a child to this APIGeneric object.
For example:
access_key={Key}, field={Field}
Above there are two key words, Key and Field. This format indicates that when the request is sent, the {Key} and {Field} will be replaced with values from child variables with the name Key and Field.
DataType
String
EditType
RichText
Last Modified by Jon Hong on March 31, 2023 2:58 pm