Employee Data
...
Endpoints
Collect
5 min
overview find instructions for collection endpoint usage and data collection use the employee posts collection endpoints to collect employee posts data using post ids collect /#collection using ids learn how to obtain posts data using ids used key collect endpoint employee id /v2/post employee/collect/{post id} post id retrieved using employee posts api search endpoints additional information other tutorials/helpful information for you to check before using the employee posts api collection endpoints elasticsearch dsl docid\ uiz86flubqilemcs 1dvl data dictionary employee posts api docid\ ccwhq6wtosmnzu6ldbbe2 sample employee posts api docid\ ikm 8czmi1zc 6qo ghue collection using ids examples in this article are prepared using postman however, you can use the most convenient tool for you swagger ui, terminal, postman, or any api compatible application curl (postman) use the provided request template below enter a valid post id value and your api key curl request example curl x 'get' \\ 'https //api coresignal com/cdapi/v2/post employee/collect/{post id}' \\ h 'accept application/json' \\ h 'apikey {api key}'