result.data | object | Yes | — | Org charts 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 | "OrgChart" | The type of the resource Pattern: OrgChart. |
result.data.data[].attributes | object | Yes | — | Org chart enrich response attributes. |
result.data.data[].attributes.firstName | string | No | — | Contact first name. |
result.data.data[].attributes.middleName | string | No | — | Contact middle name |
result.data.data[].attributes.lastName | string | No | — | Contact last name. |
result.data.data[].attributes.lastUpdatedDate | string | No | — | Date on which the contact record was last updated. |
result.data.data[].attributes.title | string | No | — | Contact job title at current place of employment. |
result.data.data[].attributes.hasEmail | boolean | No | — | Indicates whether ZoomInfo has an email address for the contact. |
result.data.data[].attributes.hasDirectPhone | boolean | No | — | Indicates whether ZoomInfo has a direct phone number for the contact. |
result.data.data[].attributes.department | string | No | — | Contact department at current place of employment. |
result.data.data[].attributes.jobFunction | string | No | — | Contact job function at current place of employment. |
result.data.data[].attributes.orgChartTier | integer | No | — | Integer representing hierarchy within a department, with 1 being the highest. Format: int32. |
result.data.data[].attributes.orgChartSubTier | integer | No | — | Secondary tier within orgChartTier. Format: int32. |
result.data.data[].attributes.contactAccuracyScore | number | No | — | This score indicates the likelihood that a contact is reachable and still employed by the company listed. Minimum score is 75 and maximum is 99. Format: double. |
result.data.data[].attributes.companyId | string | No | — | Unique ZoomInfo identifier for a company. |
result.data.data[].attributes.companyName | string | No | — | Company name. |
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). |