v1
latestOpenAPI 3.0.02026-07-249301.3 MBLinkedIn Specific
Retrieve Recruiter hiring projects
Retrieve list of LinkedIn Recruiter hiring projects.
get/api/v1/linkedin/projects
Query parameters
limitinteger
A limit for the number of items returned in the response. The value can be set between 1 and 100.
cursorstring
A cursor for pagination purposes. To get the next page of entries, you need to make a new request and fulfill this field with the cursor received in the preceding request. This process should be repeated until all entries have been retrieved.
sort_order'ASCENDING' | 'DESCENDING'
The sorting order for the hiring projects. Default is DESCENDING.
sort_by'NAME' | 'FAVORITE' | 'CREATED_TIME' | 'ACCESSED_TIME' | 'ENGAGED_TIME' | 'ENGAGEMENT_COUNT'
The sorting method for the hiring projects. Default is ACCESSED_TIME.
account_idstring required
The ID of the account to trigger the request from.
Response
OK. Request succeeded.