
エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
API Blueprint の書き方メモ - Qiita
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
API Blueprint の書き方メモ - Qiita
## API名 [/endpoint_name] ### 注文(order)の order を取得 [GET /order/{owner_id}/{?ids,type,peri... ## API名 [/endpoint_name] ### 注文(order)の order を取得 [GET /order/{owner_id}/{?ids,type,period}] 注文(order)を取得 + Parameters + owner_id: 1 (number) - ownerId + ids:`1,2,3` (string, require) - IDをカンマ区切りで + type:`recently` (string, require) - type 選択 + period:`2018` (string, optional) - 必須じゃないやつ + Request + Headers Authorization: Bearer {token} + Response 200 (application/json) + Attributes + count:1 (num