result.data | object | Yes | — | A list of intents that match the criteria specified in the request |
result.data.data | array | Yes | — | The primary data of the document |
result.data.data[].id | string | Yes | — | The unique identifier for the resource |
result.data.data[].type | string | Yes | "Intent" | The type of the resource Pattern: Intent. |
result.data.data[].attributes | object | Yes | — | Response attributes for intent search. |
result.data.data[].attributes.category | string | No | — | Intent category. |
result.data.data[].attributes.topic | string | No | — | Intent topic. |
result.data.data[].attributes.signalScore | integer | No | — | Signal score for the topic. Format: int32. |
result.data.data[].attributes.audienceStrength | string | No | — | Audience strength for the topic. |
result.data.data[].attributes.signalDate | string | No | — | Date the signal was identified. Format: date-time. |
result.data.data[].attributes.company | object | No | — | ZoomInfo Company |
result.data.data[].attributes.company.id | string | No | — | ZoomInfo unique identifier for the company. |
result.data.data[].attributes.company.name | string | No | — | Company name. |
result.data.data[].attributes.company.website | string | No | — | Company domain. |
result.data.data[].attributes.company.hasOtherTopicConsumption | boolean | No | — | Indicates whether a company has other topics with increased consumption. Values are true and false. |
result.data.data[].attributes.recommendedContacts | array | No | — | Suggested contacts at the company that are related to the intent topic. |
result.data.data[].attributes.recommendedContacts[].id | string | Yes | — | Unique ZoomInfo identifier for the contact. |
result.data.data[].attributes.recommendedContacts[].firstName | string | No | — | Contact first name. |
result.data.data[].attributes.recommendedContacts[].lastName | string | No | — | Contact last name. |
result.data.data[].attributes.recommendedContacts[].jobTitle | string | No | — | Contact job title at current place of employment. |
result.data.data[].attributes.recommendedContacts[].companyName | string | No | — | Company name of the contact. |
result.data.data[].attributes.recommendedContacts[].jobFunctions | array | No | — | Contact’s job functions. This is an array of job functions that the contact holds or has held. |
result.data.data[].attributes.recommendedContacts[].jobFunctions[].name | string | No | — | Name of the job function. |
result.data.data[].attributes.recommendedContacts[].jobFunctions[].department | string | No | — | Department associated with the job function. |
result.data.data[].attributes.spikesInDateRange | integer | No | — | The total number of intent signals detected during your specified timeframe. Format: int32. |
result.data.meta | object | No | — | Metadata including paging information and the total number of records in the result set |
result.data.meta.totalResults | integer | Yes | — | The total number of results based on the specified filters Format: uint32. |
result.data.meta.page | object | Yes | — | Meta information related to the current page and total number of pages |
result.data.meta.page.total | integer | Yes | — | The total number of pages within the current result set Format: uint32. |
result.data.meta.page.number | integer | Yes | — | The current page number of the results Format: uint32. |
result.data.links | object | No | — | Helpful links for fetching different pages of data from the current result set. When using these links, please provide the exact same request body between requests |
result.data.links.first | string | No | — | A link to the first page of data Format: uri. |
result.data.links.last | string | No | — | A link to the last page of data Format: uri. |
result.data.links.prev | string | No | — | A link to the previous page of data Format: uri. |
result.data.links.next | string | No | — | A link to the next page of data Format: uri. |
result.meta | object | No | — | Additional response metadata (status, paging). |