JDBC Driver for LinkedIn

Build 22.0.8462

Comments

Query comments for a specific company update.

Select

The Comments view supports the UpdateId and CompanyId columns in the WHERE clause. The supported operator for these columns is =. For example:

SELECT * FROM Comments WHERE Id='183432' AND UpdateId='UPDATE-12315-1352-112515'
SELECT * FROM Comments WHERE UpdateId='UPDATE-12315-1352-112515'

Make sure that, when selecting a specific update, comments are enabled on it.

Columns

Name Type Description
Id [KEY] String The unique identifier for the comment.
UpdateId String Id of the Update associated with the comment.
Text String Content of the update comment.
CreatedBy String The unique identifier for the person or company.
Date Datetime Comment created time.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462