Birdeye · Schema

Get Birdeye Impressions Request

Reputation ManagementReviewsCustomer ExperienceSurveysMessagingMulti-LocationAI

Properties

Name Type Description
businessNumbers string
startDate string
endDate string
limit number
startIndex number
sortby string
order string
View JSON Schema on GitHub

JSON Schema

get-birdeye-impressions-request.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/birdeye/refs/heads/main/json-schema/get-birdeye-impressions-request.json",
  "title": "Get Birdeye Impressions Request",
  "type": "object",
  "properties": {
    "businessNumbers": {
      "type": "string"
    },
    "startDate": {
      "type": "string"
    },
    "endDate": {
      "type": "string"
    },
    "limit": {
      "type": "number"
    },
    "startIndex": {
      "type": "number"
    },
    "sortby": {
      "type": "string"
    },
    "order": {
      "type": "string"
    }
  },
  "required": [
    "businessNumbers"
  ]
}