Retrieve compliance events for a regulated member
GET https://api.linkedin.com/v2/complianceEvents?q=memberAndApplication&projection=(elements*(id,capturedAt,processedAt,configVersion,owner~(firstName,lastName,headline),actor~(firstName,lastName,headline),resourceName,resourceid,resourceUri,method,activity,processedActivity,siblingActivities,parentActivity,parentSiblingActivities),paging)&startTime={{start_time_in_ms}}&count=10
Once the member has authorized to be regulated, the compliance events for the member can be retrieved using the /v2/complianceEvents API.
To know more on the response schema, refer here.
To know more, please refer here.
Request Params
| Key | Datatype | Required | Description |
|---|
q | string | | |
projection | string | | |
startTime | string | | |
count | number | | |