Birdeye · Schema

Search Business Request

Reputation ManagementReviewsCustomer ExperienceSurveysMessagingMulti-LocationAI

Properties

Name Type Description
searchStr string
sortBy string
sortOrder string
startIndex number
pageSize number
View JSON Schema on GitHub

JSON Schema

search-business-request.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/birdeye/refs/heads/main/json-schema/search-business-request.json",
  "title": "Search Business Request",
  "type": "object",
  "properties": {
    "searchStr": {
      "type": "string"
    },
    "sortBy": {
      "type": "string"
    },
    "sortOrder": {
      "type": "string"
    },
    "startIndex": {
      "type": "number"
    },
    "pageSize": {
      "type": "number"
    }
  }
}