SSIS Components for LinkedIn

Build 23.0.8770

Positions

Query the member's current positions.

Note: Requires the r_basicprofile scope.

Select

The Positions view retrieves all current positions for the logged in member. For example:

SELECT * FROM Positions

Columns

Name Type Description
Id [KEY] String A unique identifier for the member's position.
Title String The title of the position.
Summary String A summary of the position.
StartMonth Integer The month when the position began.
StartYear Integer The year when the position began.
EndMonth Integer The month when the position ended.
EndYear Integer The year when the position ended.
IsCurrent Boolean A boolean value indicating whether the member is current in this position.
CompanyId String A unique identifier for the company.
CompanyName String The name of the company.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8770