result.data | object | Yes | — | A list of News 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 | "Scoop" | The type of the resource Pattern: Scoop. |
result.data.data[].attributes | object | Yes | — | Scoop search response attributes. |
result.data.data[].attributes.id | string | No | — | ZoomInfo unique identifier for a scoop. |
result.data.data[].attributes.publishedDate | string | No | — | Date when a scoop was published. Format: date-time. |
result.data.data[].attributes.originalPublishedDate | string | No | — | Date when a scoop was originally published. Format: date-time. |
result.data.data[].attributes.linkText | string | No | — | Link text for a scoop. |
result.data.data[].attributes.link | string | No | — | URL for a scoop. |
result.data.data[].attributes.description | string | No | — | Description associated with the scoop |
result.data.data[].attributes.topics | array | No | — | Scoop topics. |
result.data.data[].attributes.updateText | string | No | — | Text related to an updated scoop. |
result.data.data[].attributes.types | array | No | — | Types associated with a scoop. |
result.data.data[].attributes.company | object | No | — | ScoopCompany |
result.data.data[].attributes.company.id | string | No | — | Unique ZoomInfo identifier for a company. |
result.data.data[].attributes.company.name | string | No | — | Company name. |
result.data.data[].attributes.contacts | array | No | — | Contacts associated with a scoop. |
result.data.data[].attributes.contacts[].id | integer | No | — | Unique ZoomInfo identifier for a person. Format: int64. |
result.data.data[].attributes.contacts[].firstName | string | No | — | Contact first name. |
result.data.data[].attributes.contacts[].lastName | string | No | — | Contact last name. |
result.data.data[].attributes.contacts[].jobTitle | string | No | — | Contact job title at current place of employment. |
result.data.data[].attributes.contacts[].jobFunction | array | No | — | Contact job function at their current place of employment. |
result.data.data[].attributes.contacts[].jobFunction[].name | string | No | — | Name of the job function. |
result.data.data[].attributes.contacts[].jobFunction[].department | string | No | — | Department associated with the job function. |
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). |