パスパラメータ · 1
URLパスに展開される変数。
Row id from /companies/{code}/shareholdings.
クエリパラメータ · 1
任意のフィルターと修飾子。URLエンコードした ?key=value で渡します。
Freeze the response to a specific point in time. Pass a value previously returned in meta.as_of to replay the exact same answer. Omit for the live view.
リクエストヘッダー · 1
認証ヘッダー。
本番用のAPIキー。次の形式で渡します: Bearer ax_live_…
返り値 · 200
標準の { data, meta } エンベロープ。 data は ShareholdingAuditOut 型です。
エンベロープ
単一の結果オブジェクト。
ページネーションとリクエストメタデータ。request_id、data_as_of、ontology_version を含みます。
ShareholdingAuditOut
Row identifier.
Filing reference. Includes doc_id (EDINET), filer EDINET code, issuer security code, and base_date. Every claim in this bundle traces to this filing.
What was knowable at filing time. Includes predicted_category (= holding_purpose_category), confidence, alternative_label + probability, validated, as_of_date (= source.base_date).
What later evidence revealed. Same shape as realtime but predicted_category may differ when later filings from the same filer × issuer disclosed a more-active intent. evidence_cutoff_date marks the latest filing used. Null when no later evidence existed.
Opaque label for the classifier configuration applied to this row.
エラー
標準のHTTPステータスコードに加え、{ error: { code, message } } エンベロープ内で型付きの error.code を返します。
すべてのエンドポイントは共通の型付きエラーエンベロープ({ error: { code, message } })を返します。 全コードの一覧はエラーリファレンスを参照してください。