RowListField

RowListField
RowListField

Root of the api result set for forming rows.

JSON Example
{
    "alias": "string",
    "path": "string"
}
string
alias
Optional
Constraints: maxLength: 255

Short name or alias of row list field, if any. If unspecified, the row list field can be referenced by its index in the array of row list fields as $ (for example, $0).

string
path
Required
Constraints: maxLength: 1024

JSON path to the root of the api result set for forming rows.