Build Query String
New in 20.18.01 This utility builds a query string to be used with the REST API call.
Build Query String workflow input
Input | Description | Required |
---|---|---|
config data type | Specifies the data type to be returned. If set to XML, the returned attribute has an XML string value. If set to JSON, the returned attribute has a JSON string value. Valid values: JSON, XML (default) | No |
pattern | Specifies the patterns to be used while building a query string. Patterns must be expressed as Java Regular Expressions. PCRE patterns are not supported. Do not specify a pattern to get the list of all entries. | No |
matchon | Specifies the attribute for which the value is to be used to apply the regular expression for filtering (using the pattern provided). | No |
grid name | Specifies the name of the grid from which you want to retrieve entries. | No |
Build Query String workflow output
Output | Description |
---|---|
query string | Contains the query string built by using the input parameters. |