Query Data

Show all collection by project ID and source type

POST https://new-apiv2.importir.com/api/general/get-all-where

Request Body

Name
Type
Description

projectId*

String

Your project ID in firebase database

sourceType*

String

facebook-marketing / google-analytic-data-api / google-analytic-v4

[
    "airbyte_raw_303N0DI0t1WLUnWgSiqb_activities",
    "airbyte_raw_303N0DI0t1WLUnWgSiqb_ad_account",
    "airbyte_raw_303N0DI0t1WLUnWgSiqb_ad_creatives",
    "airbyte_raw_303N0DI0t1WLUnWgSiqb_ad_sets",
    "airbyte_raw_303N0DI0t1WLUnWgSiqb_ads",
    "airbyte_raw_303N0DI0t1WLUnWgSiqb_ads_insights",
    "airbyte_raw_303N0DI0t1WLUnWgSiqb_ads_insights_action_carousel_card",
    "airbyte_raw_303N0DI0t1WLUnWgSiqb_ads_insights_action_conversion_device",
    "airbyte_raw_303N0DI0t1WLUnWgSiqb_ads_insights_action_product_id",
    "airbyte_raw_303N0DI0t1WLUnWgSiqb_ads_insights_action_reaction",
    "airbyte_raw_303N0DI0t1WLUnWgSiqb_ads_insights_action_type",
    "airbyte_raw_303N0DI0t1WLUnWgSiqb_ads_insights_action_video_sound",
    "airbyte_raw_303N0DI0t1WLUnWgSiqb_ads_insights_action_video_type",
    "airbyte_raw_303N0DI0t1WLUnWgSiqb_ads_insights_age_and_gender",
    "airbyte_raw_303N0DI0t1WLUnWgSiqb_ads_insights_country",
    "airbyte_raw_303N0DI0t1WLUnWgSiqb_ads_insights_delivery_device",
    "airbyte_raw_303N0DI0t1WLUnWgSiqb_ads_insights_delivery_platform",
    "airbyte_raw_303N0DI0t1WLUnWgSiqb_ads_insights_delivery_platform_and_device_platform",
    "airbyte_raw_303N0DI0t1WLUnWgSiqb_ads_insights_demographics_age",
    "airbyte_raw_303N0DI0t1WLUnWgSiqb_ads_insights_demographics_country",
    "airbyte_raw_303N0DI0t1WLUnWgSiqb_ads_insights_demographics_dma_region",
    "airbyte_raw_303N0DI0t1WLUnWgSiqb_ads_insights_demographics_gender",
    "airbyte_raw_303N0DI0t1WLUnWgSiqb_ads_insights_dma",
    "airbyte_raw_303N0DI0t1WLUnWgSiqb_ads_insights_platform_and_device",
    "airbyte_raw_303N0DI0t1WLUnWgSiqb_ads_insights_region",
    "airbyte_raw_303N0DI0t1WLUnWgSiqb_campaigns",
    "airbyte_raw_303N0DI0t1WLUnWgSiqb_custom_conversions",
    "airbyte_raw_303N0DI0t1WLUnWgSiqb_images",
    "airbyte_raw_303N0DI0t1WLUnWgSiqb_videos"
]

Example Request:

POST https://new-apiv2.importir.com/api/general/get-all-where

Example:

Request Body

Name
Type
Description

collectionName*

String

query*

Array

Last updated