| cmd | c | c=“command” - the type of command, see list below |
| msgType | mt | mt=“message type” - either the string or numeric label of an SR Data Object class |
| pkey | pk | pk=“primary key” - a string representation of the primary key of a specific SR Data Object instance |
| limit | l | l=“limit” - a number between 1 and 10,000 and acts to limit the number of messages in the response body |
| secret | secret | secret=“secret” - the client-supplied API Password (if any) [only used with getapikey] |
| view | v | v=“view clause” - a string in the form of “field1 field2 field3” |
| where | w | w= “where clause” - a string in the form “field1:eq:value” or “(field1:ne:value1 & field1:ne:value2) |
| order | order | ”(optional) order clause eg. (bidsize:DESC or bidexch:ASC or bidprice:DESC:ABS or askprice:ASC:ABS (default is unordered; default is faster)“ |