get query
This block is part of the http connection group and was last modified in core v10.4.28.
get query v10.4.28 Returns all query items if present. Query items may be given in the URI like ?query=yes.
In pins 1
- connection required
httpconnection
Out pins 1
- query
object
A typical wiring for get query: current request feeds the connection pin; the query out pin feeds get fields.

Commonly used with
In production blueprints, this block is most often wired together with:
- current request: feeds into this block. Retrieves a reference to the current HTTP Connection.
- get fields: this block feeds into it. Gets the selected fields from the given object.
- custom field: this block feeds into it. get the value of a custom field with a custom value block, or dynamic value.
- log: this block feeds into it.
- fields exist: this block feeds into it.
- create: feeds into this block. Creates a new function that can be executed using the given name.
Version history
Introduced in v10.4.28.
Back to
http connection Return to the main group to view all sub-groups Back to http Return to the group to view all blocks within this group
