Skip to content

NGIORequest

A top-level wrapper containing any information needed to authenticate the application/user and any component calls being made.

Properties

PropertyTypeDescription
app_idstringYour application’s unique ID.
debug?booleanIf set to true, calls will be executed in debug mode.
echo?anyAn optional value that will be returned, verbatim, in the Response object.
executeExecute | Execute[]A Execute object, or array of one-or-more Execute objects.
session_id?stringAn optional login session id.