5.5.5 GET
The GET command is used to read the inbound JSON object.
Fragments use only fields, so the GET FRAGMENT command requires the SERVICE_EXCHANGE(*FIELD) keyword.
Lists use only a working list, so the GET LIST command requires a working list argument.
The GET command also allows the program to access the inbound HTTP protocol properties.
For a complete list of HTTP protocol property names see SERVICE_LOAD command.
Syntax:
Command |
Keyword |
Value |
Developer notes for Command/Keyword/Value |
GET |
LIST |
value |
Conditional. Bind list. |
FRAGMENT |
value |
Conditional. Bind fragment. |
|
PROPERTY |
value |
HTTP protocol property. |
|
*LIST |
Add all properties to list argument. |