RowListField

RowListField
RowListField

Root of the api result set for forming rows.

JSON Example
{
    "alias": "string",
    "path": "string"
}
string
alias
Optional

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

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