Retrieve Prospect Notes
GET https://api.linkedin.com/v2/prospectNotes?q=criteria&start=0&contract=urn:li:contract:{{contract_id}}&cutoffDate={{Epoch in milliseconds}}&beforeDate={{Epoch in milliseconds}}&count=100&owners=urn:li:seat:{{Enter_ID_Value_Present_In_Response_of_Retrieve_Recruiter_Seatholders_API}}
Prospect Notes API allows you to retrieve notes that were created about prospects on a given Recruiter contract.To know more, please refer here
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
q | string | ||
start | number | ||
contract | string | ||
cutoffDate | string | ||
beforeDate | string | ||
count | number | ||
owners | string |