All Commands
All Other
Commands
API_DATA
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 |
API Commands
API_CALLAPI_CLEAR_RESULT
API_DATA_TO_XML
API_FOR_EACH
API_HEADER_SET
API_HEADER_UNSET
API_QTY
API_SETUP
LOOP Commands
API_FOR_EACHARRAY_FOR_EACH
CSV_FOR_EACH
FOR_EACH
FOR_LOOP
LOOP_COUNT
SEQN
WHILE
XML Commands
API_DATA_TO_XMLARRAY_CLEAR
CHOICE
CSV_DATA_TO_XML
GET_XML
OBJ_DATA
PAGE_MODE
SET_XML
XML_TAG