Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

1 = considered parameter    0 = not considered parameter

Anchor
request
request
Sample request

Following is a sample REST request that can be handled by the companyLookup operation.

Code Block
languagehtml/xml
titleSample request for companyLookup
{
"accessToken":"AQUTf-7ouUMipARXfNVowT6ikytQsmVdf3VIo648_iksSI4uBeAv5aqlmpoL0_m4nZ3bG8nyK7wqZRyJKqLTsOAHLDnGpqGf0tFb8F4pSy_dtbJoaFGuIdoD8PjipKpyIorZXgR1wjpyynowzEJ9YX9Poj6AXbRWTRsnKpRNZzwEQB4YAv8",
"apiUrl":"https://api.linkedin.com",
"companyId":"162479",
"universalName":"linkedin",
"emailDomains":"apple.com",
"companyAdmin":"true",
"fieldSelectors":"id"
}

Related LinkedIn documentation

https://developer.linkedin.com/docs/company-pages

Anchor
checkAdminMember
checkAdminMember
Check Member Type. 

This page require the member to be an administrator of the target company, checkAdmiMember call returns the currently authenticated user is  administrator or not.

Code Block
titlecheckAdminMember
<linkedin.checkAdminMember>
    <companyId>{$ctx:companyId}</companyId>
</linkedin.checkAdminMember>

Properties

  • companyId: The unique internal numeric company identifier.

Sample request 

Following is a sample REST request that can be handled by the checkAdminMember operation.

Code Block
titleSample request for checkAdminMember
{
"apiUrl":"https://api.linkedin.com",
"accessToken":"AQUDwVyNpxmDdVgdBB0V3yOrdyeEpbaPoZveoYH5jH5p-dIVBRyGZoeU2l0JaHv4LhLa0sOjZgBkS2TCN8V5ilZ3h3pKb_2Nkym2gvSXEWyvg-wqbExzXuLS1s9oMRB_jzmVHSFGDbQCLczvqpi_IwbPSfnKjw4ySISwI5T_W44Q1cWQ2eY",
"companyId":"32873"
}

Related LinkedIn documentation

https://developer.linkedin.com/docs/company-pages#is_admin

Anchor
addComment
addComment
Add a comment on Company page.

AddComment method allows to submit a comment on a company update. 

...

  • refineResults: Comma separated values refine the results that need to be retrieved from the API. For example, the above method would return the facets, ID and Web site URL of the company.
  • keywords: Companies that have all the keywords anywhere in their listing. Multiple words should be separated by a space. (Don't forget to URL encode this data.)
  • isHqOnly: Matching companies by the location of the headquarters. When this is set to "true" and a location facet is used, this restricts returned companies to only those whose headquarters resides in the specified location.
  • facet: Facet values to search over.
  • facets: Facet buckets to return.
  • start: Start location within the result set for paginated returns. This is the zero-based ordinal number of the search return, not the number of the page. To see the second page of 10 results per page, specify 10, not 1. Ranges are specified with a starting index and a number of results (count) to return. The default value is 0.
  • count: The number of jobs to return. Values can range between 0 and 110. The default value is 10. The total number of results available to any user depends on the user's account level.
  • sort: Controls the search result order. Options would be relevance or relationship.
Sample request

Following is a sample REST request that can be handled by the searchCompanyPage operation.

...

https://developer.linkedin.com/docs/company-pages#historical_followers

Anchor

...

getHistoricalStatusUpdate

...

getHistoricalStatusUpdate
 Retrieve historical status update details.

The Historical Status Update Statistics API provides impression and engagement data on company shares for a given company page.

...