BLADE - Query

Query URL Generator

Use the Query URL Generator to assemble the direct query URL for Query content.

  1. Specify URL parameters, as defined in the following table.

  2. Click Generate to produce the query string in the specified format based on the parameters you set.

  3. Click Test to generate data in the specified format in a new browser tab based on the parameters you set. Use the Test function to ensure that the query returns appropriate results and to view the format of the output.

  4. Copy and paste the Query String generated in your platforms as needed.

URL Parameter

Description

URL Parameter

Description

Format

Select the data format. Select from: XML, JSON, or CSV

Generate Xml Attributes

For Xml Format:

  • When selected item values are added as attributes

<BladeQuery> <item name="Toronto Blue Jays vs Tampa Bay Rays" venue="Tropicana Field, St. Petersburg"/> </BladeQuery>
  • When cleared item values are added as elements

<BladeQuery> <item> <name>Toronto Blue Jays vs Tampa Bay Rays</name> <venue>Tropicana Field, St. Petersburg</venue> </item> </BladeQuery>

Limit

Specify the maximum number of items returned in results