Uniquery Help Center
Go to WebsiteSubmit a Ticket
  • Introduction
  • πŸ“šBasics
    • How Uniquery works?
    • Manage connections
  • New API query
  • Queries in current spreadsheet
  • Saved queries
  • AI Summary
  • Database connection
  • All data sources
  • πŸ”­Data sources
    • Google Ads
    • Google Analytics
    • Google Search Console
    • Facebook Ads
    • Notion
    • LinkedIn Ads
    • Hubspot
    • Shopify
    • Airtable
    • Pipedrive
  • PostgreSQL
  • MySQL
  • 🌍Guides
    • Create your first API query
    • Import Facebook Ads data
    • Connect to Notion
  • πŸ”ŽFAQs
    • Multiple account issues
    • Account and license
    • Data security
Powered by GitBook
On this page
  • Open Uniquery
  • Create a New Query
  • Configure Your API Query
  1. Guides

Create your first API query

PreviousMySQLNextImport Facebook Ads data

Last updated 2 months ago

Welcome to Uniquery, your go-to Google Sheets add-on for effortlessly importing API data straight into your spreadsheets. Whether you’re a seasoned developer or a data enthusiast, Uniquery simplifies the process of fetching and managing API data, right from your Google Sheets environment. Follow the steps below to create your first API query:

Open Uniquery

  1. Launch your Google Sheets document.

  2. Navigate to the Extensions menu located in the top toolbar.

  3. Scroll down to Uniquery and select it from the dropdown menu to open the Uniquery add-on panel on your sheet.

Create a New Query

  1. In the Uniquery panel, find and click on the Create query button located in the top menu.

  2. A new query configuration window will open.

Configure Your API Query

You will now enter the details of the API request you wish to make. Here’s a brief on what to input:

  1. Method: Select the HTTP method of your API request (GET, POST, PUT, DELETE, etc.).

  2. URL: Enter the full API endpoint URL you are querying.

  3. Headers: If the API requires any headers (like authentication tokens), click on the β€œAdd Header” button and enter the key-value pairs as needed.

  4. Request Body (for methods that require it, like POST or PUT): Input the JSON or form-encoded data you want to send with your request.

Preview Your Query

  1. After filling in the necessary API data, click on the Preview button to open a popup window displaying the expected result of your query.

  2. This step is crucial to ensure that your query is correctly set up and returning the data you expect.

Save and Run Your Query

  1. If you’re satisfied with the preview and ready to fetch the data:

  • Click on the Save and Run button.

  • This action will save your query configuration for future use.

  • Your query will then be executed, and the data will be imported into the current spreadsheet.

Congratulations! You’ve now successfully created and executed your first API query with Uniquery. The data should now be visible in your Google Sheet.

Additional Tips:

  • Experiment with Different APIs: Use Uniquery to connect with various APIs to explore and import a wide range of data into your sheets.

  • Manage Your Queries: All your saved queries can be managed within the Uniquery panel. You can run them again or edit them as needed.

Should you have any questions or require further assistance, feel free to consult the Uniquery help documentation or reach out to our support team.

🌍