Mapping Endpoint
Data type:Â Base Employee API Query type:Â Coresignal's custom endpoint URL:Â https://api.coresignal.com/cdapi/v1/professional_network/employee_base/map/ids
Since IDs used in the Base Employee API might be different from those used in Employee API, you need to map them. The mapping endpoint is developed for quick and accurate migration between APIs.
You need to enter the list of IDs for it to be mapped.
The Mapping IDs list can include up to 10k IDs.
Response structure should look like this:
Data point | Description | Data type |
---|---|---|
total_id_count | A total number of input IDs | Integer |
mapped_id_count | A number of successfully mapped IDs from the given list | Integer |
unmapped_id_count | A number of unsuccessfully mapped IDs from the given list | Integer |
mapped_ids | An object containing key-value pairs. Here, the keys are string representations of IDs in Employee structure, and the values are their numeric equivalents in the new Base Employee structure | Object |
unmapped_ids | An array containing any unmapped IDs | Array |