JDBC Driver for LinkedIn

Build 24.0.8963

OrganizationLocations

Query location information for any LinkedIn organization, whethere you administer that organziation or not.

Select

Either the OrganizationId or OrganizationVanityName columns must be specified in the criteria to use this view. If both are specified using an AND clause, the criterion for OrganizationId will take precedence over the criterion for OrganizationVanityName. The OR logical operator is not supported in the criteria for columns other than OrganizationId or OrganizationVanityName.

Refer to the query examples below:

SELECT * FROM OrganizationLocations WHERE OrganizationId = '4975021';
SELECT * FROM OrganizationLocations WHERE OrganizationId IN ('4975021', '6554901');
SELECT * FROM OrganizationLocations WHERE OrganizationVanityName IN ('CDataSoftware', 'OtherOrganization');

Columns

Name Type Description
OrganizationId String The identifier of the organziation.
OrganizationVanityName String The vanity name of the organization.
GeoLocationURN [KEY] String The geolocation URN of the organization's location.
LocationType String The type of the organization's location.
Description String The description of the organization's location.
StaffCountRange String The range of staff members of the organization's location.
AddressLine1 String The first line of the address of the organization's location.
AddressLine2 String The second line of the address of the organization's location.
City String The city of the organization's location.
AdministrativeUnit String This refers to the administrative unit (e.g. state, country, province) of the organization's location.
PostalCode String The postal code of the organization's location.
Country String The country of the organization's location.

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