<-- Back to Commands (Other)
Can also be used within an {API_FOR_EACH} loop.
To get nested fields use a "." to represent the next level. For example,
posts.title
You can access array elements in the same way starting from element zero. For example,
days.1
If returned data was XML_ATTR, to get tag attributes use an "@" followed by the attribute name. For example, to get value of the attribute "size" from the resource tag use,
resource.@size
Then to get the value, use
resource.$
Number | Name | Default | Type | Description |
---|---|---|---|---|
1 | result_alias | RESULT | String | The result to search. |
2 | data_field | String | The data field to return. | |
3 | default | String | Default Value if the result is empty |