クエリパラメータ · 4
任意のフィルターと修飾子。URLエンコードした ?key=value で渡します。
min_dissent_pctnumber | null任意
反対率の下限(%)。高反対の議案をフィルタリング(例: 20.0で20%以上)。
limitinteger任意
1ページあたりの件数
offsetinteger任意
スキップする件数(cursor指定時は無視)
cursorstring | null任意
キーセットページネーション用カーソル
リクエストヘッダー · 1
認証ヘッダー。
Authorizationstring必須
本番用のAPIキー。次の形式で渡します: Bearer ax_live_…
返り値 · 200
標準の { data, meta } エンベロープ。 data は VotingResultOut 型の配列です。
エンベロープ
dataVotingResultOut[]
結果オブジェクトの配列。
metaMeta
ページネーションとリクエストメタデータ。request_id、data_as_of、ontology_version を含みます。
VotingResultOut
edinet_codestring
EDINET提出者コード。
doc_idstring | null
EDINET doc_id of the extraordinary report (doc_type 180) this voting result was extracted from. Use /filings/{doc_id} to fetch the source filing.
securities_codestring | null
証券コード。
agm_datestring · date | null
定時株主総会の開催日(ISO 8601)。
proposal_numberinteger
議案番号(1始まり)。
proposal_descriptionstring | null
議案の内容。
candidate_namestring | null
候補者名(取締役・監査役選任議案の場合)。
votes_forinteger | null
賛成票数。
votes_againstinteger | null
反対票数。
votes_abstaininteger | null
棄権票数。
approval_pctnumber | null
賛成比率(0〜100)。
resultstring | null
議決結果。'可決'または'否決'。
エラー
標準のHTTPステータスコードに加え、{ error: { code, message } } エンベロープ内で型付きの error.code を返します。
すべてのエンドポイントは共通の型付きエラーエンベロープ({ error: { code, message } })を返します。 全コードの一覧はエラーリファレンスを参照してください。