result.data | object | Yes | — | Provider response payload. |
result.data.employees | array | Yes | — | — |
result.data.employees[].endDate | string | No | — | The end date of the work experience, will be null if ongoing. Format: date-time. |
result.data.employees[].startDate | string | No | — | The start date of the work experience Format: date-time. |
result.data.employees[].linkedinNumID | string | No | — | The numeric ID of the company on LinkedIn |
result.data.employees[].linkedinID | string | No | — | The LinkedIn ID of the company associated with this work experience |
result.data.employees[].entityType | "person" | "company" | "school" | "organization" | No | — | Allowed: person, company, school, organization. |
result.data.employees[].positionList | array | Yes | — | List of positions held during this work experience |
result.data.employees[].positionList[].startDate | string | No | — | The start date of the position |
result.data.employees[].positionList[].endDate | string | No | — | The end date of the position, will be null if ongoing. Format: date-time. |
result.data.employees[].positionList[].title | string | No | — | The job title of the position Format: date-time. |
result.data.employees[].positionList[].location | string | No | — | The location of the position |
result.data.employees[].positionList[].department | string | No | — | The department of the position |
result.data.employees[].positionList[].seniorityScore | integer | No | — | The seniority score of the position (1-7) |
result.data.employees[].positionList[].description | string | No | — | Description of position as provided by the person |
result.data.employees[].personID | string | Yes | — | The ID of the person who had this work experience |
result.data.employees[].companyID | string | No | — | The ID of the company where the person worked |
result.data.employees[].companyName | string | No | — | The name of the company where the person worked |
result.data.employees[].person | object | Yes | — | A Person Object, with only the most essentail information to identify the person |
result.data.employees[].person.id | string | Yes | — | The Aviato ID of the person |
result.data.employees[].person.fullName | string | Yes | — | The full name of the person |
result.data.employees[].person.firstName | string | Yes | — | The first name of the person |
result.data.employees[].person.lastName | string | Yes | — | The last name of the person |
result.data.employees[].person.entityType | "person" | "company" | "school" | "organization" | No | — | Allowed: person, company, school, organization. |
result.data.employees[].person.location | string | No | — | The location of the person. |
result.data.employees[].person.URLs | object | No | — | This object represents different urls that can be associated with any type of entity. (Does not include http prefix) |
result.data.employees[].person.URLs.golden | string | No | — | — |
result.data.employees[].person.URLs.contact | string | No | — | — |
result.data.employees[].person.URLs.twitter | string | No | — | — |
result.data.employees[].person.URLs.website | string | No | — | — |
result.data.employees[].person.URLs.facebook | string | No | — | — |
result.data.employees[].person.URLs.github | string | No | — | — |
result.data.employees[].person.URLs.linkedin | string | No | — | — |
result.data.employees[].person.URLs.pitchbook | string | No | — | — |
result.data.employees[].person.URLs.angelList | string | No | — | — |
result.data.employees[].person.URLs.signalNFX | string | No | — | — |
result.data.employees[].person.URLs.crunchbase | string | No | — | — |
result.data.pages | integer | Yes | — | — |
result.data.totalResults | integer | Yes | — | — |
result.meta | object | No | — | Additional response metadata (status, paging). |