CompanyStatusUpdates
Lists update events from the LinkedIn company page.
Note: Requires the r_organization_social OAuth scope.
Select
The CompanyStatusUpdates table supports only the CompanyId column in the WHERE clause. The supported operator for the CompanyId column is =. For example:
SELECT * FROM CompanyStatusUpdates WHERE CompanyId = '183432'
Columns
| Name | Type | Description |
| Id [KEY] | String | The unique identifier for the update. |
| Comment | String | Comment associated with update status. |
| CompanyId | String | Id of the Company associated with the update. |
| Date | Datetime | Update created time . |
| CreatedBy | String | Id of the person who created update. |
| FirstPublishedAt | Datetime | Time when update is published. |
| LastModified | Datetime | Last time when changes for this update are made. |
| Visibility | String | Visibility of the update. |
| LifecycleState | String | State of the update. |