ZoomInfo · Schema
IntentSearchRequest
B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence
Properties
| Name | Type | Description |
|---|---|---|
| topics | array | |
| signalScoreMin | integer | |
| signalScoreMax | integer | |
| audienceStrengthMin | string | |
| audienceStrengthMax | string | |
| metroRegion | string | |
| industryCodes | string | |
| sortBy | string | |
| sortOrder | string |
JSON Schema
{
"type": "object",
"properties": {
"topics": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "string"
}
},
"signalScoreMin": {
"type": "integer",
"example": 85
},
"signalScoreMax": {
"type": "integer",
"example": 85
},
"audienceStrengthMin": {
"type": "string",
"example": "example_value"
},
"audienceStrengthMax": {
"type": "string",
"example": "example_value"
},
"metroRegion": {
"type": "string",
"example": "example_value"
},
"industryCodes": {
"type": "string",
"example": "Software"
},
"sortBy": {
"type": "string",
"example": "example_value"
},
"sortOrder": {
"type": "string",
"example": "example_value"
}
},
"required": [
"topics",
"signalScoreMin",
"signalScoreMax",
"audienceStrengthMin",
"audienceStrengthMax",
"metroRegion",
"industryCodes",
"sortBy",
"sortOrder"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "IntentSearchRequest"
}