Positions
Query the member's current positions.
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. |