CXO Appointments and Changes Dataset API

POST /api/v1/dataset/executive-change

Request Body

{
    "startDate": "start_date",
    "endDate": "end_date",
    "companyIds": ["company_id"],
    "industries": ["industry"],
    "industrySegments": ["segment"],
    "countries": ["country"],
    "title": "title",
    "reason": "reason",
    "limit": "limit"
}

Param

Mandatory

Description

startDate

N

It will return records from Start Date (Last Modified Date) in format DD/MM/YYYY.

endDate

N

It will return records till End Date (Last Modified Date) in format DD/MM/YYYY.

companyIds

N

Array of Intellizence Company IDs. It will return records for these Company IDs. If Company IDs is not passed, records for all the tracked companies will be returned.

industries

N

Array of Industries.

industrySegments

N

Array of industry segments.

countries

N

Array of Company Headquarter countries.

title

N

Executive title category like CEO, CFO, COO, CTO, CMO etc.

reason

N

CXO change reason like New Appointment, Promoted/Role Change, Retired, Terminated, Health, Resigned, Demise, Others

limit

N

Default value is 100 records. If Start Date and End Date are not passed, it will return latest 'N' records depending on limit value.

Response Body

Check out Intellizence CXO Appointments & Changes Dataset - Data Dictionary arrow-up-rightto learn about the data fields and values.

Start a Free Trialarrow-up-right or Schedule a Callarrow-up-right to discuss the subscription.

Last updated