202.3.2. エンドポイント接頭辞の 企業
以下のエンドポイントは、以下のように、プレフィックス company で呼び出すことができます。
linkedin://companies/endpoint?[options]
エンドポイント | 短縮エイリアス | オプション | 結果ボディーのタイプ |
---|---|---|---|
addCompanyUpdateComment | companyUpdateComment | company_id, update_key, updatecomment | |
addCompanyUpdateCommentAsCompany | companyUpdateCommentAsCompany | company_id, update_key, updatecomment | |
addShare | share | company_id, share | |
getCompanies | 企業 | email_domain, fields, is_company_admin | org.apache.camel.component.linkedin.api.model.Companies |
getCompanyById | companyById | company_id, fields | org.apache.camel.component.linkedin.api.model.Company |
getCompanyByName | companyByName | fields, universal_name | org.apache.camel.component.linkedin.api.model.Company |
getCompanyUpdateComments | companyUpdateComments | company_id, fields, secure_urls, update_key | org.apache.camel.component.linkedin.api.model.Comments |
getCompanyUpdateLikes | companyUpdateLikes | company_id, fields, secure_urls, update_key | org.apache.camel.component.linkedin.api.model.Likes |
getCompanyUpdates | companyUpdates | company_id、count、event_type、field、start | org.apache.camel.component.linkedin.api.model.Updates |
getHistoricalFollowStatistics | historicalFollowStatistics | company_id, end_timestamp, start_timestamp, time_granularity | org.apache.camel.component.linkedin.api.model.HistoricalFollowStatistics |
getHistoricalStatusUpdateStatistics | historicalStatusUpdateStatistics | company_id, end_timestamp, start_timestamp, time_granularity, update_key | org.apache.camel.component.linkedin.api.model.HistoricalStatusUpdateStatistics |
getNumberOfFollowers | numberOfFollowers | companySizes, company_id, geos, industries, jobFunc, seniorities | org.apache.camel.component.linkedin.api.model.NumFollowers |
getStatistics | statistics | company_id | org.apache.camel.component.linkedin.api.model.CompanyStatistics |
isShareEnabled | company_id | org.apache.camel.component.linkedin.api.model.IsCompanyShareEnabled | |
isViewerShareEnabled | company_id | org.apache.camel.component.linkedin.api.model.IsCompanyShareEnabled | |
likeCompanyUpdate | company_id, isliked, update_key |
企業の URI オプション
[companySizes, count, email_domain, end_timestamp, event_type, geos, geos, is_company_admin, jobFunc, secure_urls, highities, start, start_timestamp, time_granularity] のいずれかのオプションに値が指定されてい ない場合、 null と見なされます。null 値 は、他のオプションが一致するエンドポイントを満たさない場合にのみ使用されることに注意してください。
Name | Type |
---|---|
companySizes | java.util.List |
company_id | Long |
count | Long |
email_domain | 文字列 |
end_timestamp | Long |
event_type | org.apache.camel.component.linkedin.api.Eventtype |
fields | 文字列 |
GEO | java.util.List |
業界 | java.util.List |
is_company_admin | ブール値 |
isliked | org.apache.camel.component.linkedin.api.model.IsLiked |
jobFunc | java.util.List |
secure_urls | ブール値 |
上級者 | java.util.List |
share | org.apache.camel.component.linkedin.api.model.Share |
start | Long |
start_timestamp | Long |
time_granularity | org.apache.camel.component.linkedin.api.Timegranularity |
universal_name | 文字列 |
update_key | 文字列 |
updatecomment | org.apache.camel.component.linkedin.api.model.UpdateComment |