コンテンツにスキップ

お好みオーダー一覧取得

GET
/custom_orders

お好みオーダーの一覧を取得します

limit
integer
default: 20 >= 1 <= 100

取得件数

Example
20
page
integer
default: 1 >= 1

ページ番号

Example
1

OK

Array<object>
CustomOrder

お好みオーダー情報

object
customId

お好みオーダーID

string
customName

お好みオーダー名

string
contents

お好みオーダー内容

Array
object
customContentId

お好みオーダー内容ID

string
customContentName

お好みオーダー内容名

string
sortNo

ソート番号

integer
Examples
[
{
"customId": "1",
"customName": "飲み方",
"contents": [
{
"customContentId": "11",
"customContentName": "ロック",
"sortNo": 1
},
{
"customContentId": "12",
"customContentName": "水割り",
"sortNo": 2
},
{
"customContentId": "22",
"customContentName": "ストレート",
"sortNo": 3
}
]
},
{
"customId": "2",
"customName": "辛さ",
"contents": [
{
"customContentId": "14",
"customContentName": "中辛",
"sortNo": 1
},
{
"customContentId": "15",
"customContentName": "大辛",
"sortNo": 2
},
{
"customContentId": "18",
"customContentName": "激辛",
"sortNo": 3
}
]
}
]
Link
string

<前のURI>; rel="prev", <次のURI>; rel="next"

Bad Request

  • リクエストパラメーターが不正
    • 不正な値が指定された場合
object
title
required
string
type
required
string
status
integer
detail
string