Table of contents
Parameters
Friday July 7, 2023-0 min readClass
APIGeneric
Type
Property
Description
Units : 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.
Last Modified by Brandon Taylor on November 29, 2023 4:40 pm