202.3.7. エンドポイント接頭辞の 検索
以下のエンドポイントは、以下のように接頭辞 search で呼び出すことができます。
linkedin://search/endpoint?[options]
| エンドポイント | 短縮エイリアス | オプション | 結果ボディーのタイプ |
|---|---|---|---|
| searchCompanies | 企業 | count, facet, facets, fields, hq_only, keywords, sort, start | org.apache.camel.component.linkedin.api.model.CompanySearch |
| searchJobs | ジョブ | company_name、count、country_code、distance、fett、Fast、field、job_title、keyword、postal_code、sort、start | org.apache.camel.component.linkedin.api.model.JobSearch |
| searchPeople | ユーザー | company_name, count, country_code, current_company, current_school, current_title, distance, facet, facets, fields, first_name, keywords, last_name, postal_code, school_name, sort, start, title | org.apache.camel.component.linkedin.api.model.PeopleSearch |
検索の URI オプション
[company_name, count, country_code, current_company, current_school, current_title, distance, facet, facets, first_name, hq_only, job_title, keywords, last_name, postal_code, school_name, sort, start, title] のいずれかのオプションに値が指定されていない場合は、エンドポイント URI またはメッセージヘッダーのいずれかで null と見なされます。null 値 は、他のオプションが一致するエンドポイントを満たさない場合にのみ使用されることに注意してください。
| Name | Type |
|---|---|
| company_name | 文字列 |
| count | Long |
| country_code | 文字列 |
| current_company | 文字列 |
| current_school | 文字列 |
| current_title | 文字列 |
| distance | org.apache.camel.component.linkedin.api.model.Distance |
| facet | 文字列 |
| facets | 文字列 |
| fields | 文字列 |
| first_name | 文字列 |
| hq_only | 文字列 |
| job_title | 文字列 |
| keywords | 文字列 |
| last_name | 文字列 |
| postal_code | 文字列 |
| school_name | 文字列 |
| sort | 文字列 |
| start | Long |
| title | 文字列 |