KnowledgeBase

Search or browse in depth articles, software resources and videos on everything about Appward.

Table of contents

Parameters

Friday July 7, 2023-0 min read

Class

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.


Published by:

Related Articles