BLADE - Query
Query URL Generator
Use the Query URL Generator to assemble the direct query URL for Query content.
Specify URL parameters, as defined in the following table.
Click Generate to produce the query string in the specified format based on the parameters you set.
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.
Copy and paste the Query String generated in your platforms as needed.
URL Parameter | Description |
---|---|
Format | Select the data format. Select from: XML, JSON, or CSV |
Generate Xml Attributes | For Xml Format:
<BladeQuery>
<item name="Toronto Blue Jays vs Tampa Bay Rays" venue="Tropicana Field, St. Petersburg"/>
</BladeQuery>
<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 |
Â