リクエストヘッダー · 1
認証ヘッダー。
Authorizationstring必須
本番用のAPIキー。次の形式で渡します: Bearer ax_live_…
返り値 · 200
標準の { data, meta } エンベロープ。 data は SectorListItem 型の配列です。
エンベロープ
dataSectorListItem[]
結果オブジェクトの配列。
metaMeta
ページネーションとリクエストメタデータ。request_id、data_as_of、ontology_version を含みます。
SectorListItem
sectorstring
東証33業種のセクター名(日本語)。
sector_enstring | null
東証33業種の英語名。
sector_displaystring
Always-populated display label, sector_en when available, 'Unlisted' when entity has no TSE listing, 'Uncategorised' otherwise.
company_countinteger
このセクターの企業数。
エラー
標準のHTTPステータスコードに加え、{ error: { code, message } } エンベロープ内で型付きの error.code を返します。
すべてのエンドポイントは共通の型付きエラーエンベロープ({ error: { code, message } })を返します。 全コードの一覧はエラーリファレンスを参照してください。