ascending方向(方向) で並べ替えることができます。{
"sorts": [
{
"property": "Name",
"direction": "ascending"
}
]
}{
"sorts": [
{
"property": "Food group",
"direction": "descending"
},
{
"property": "Name",
"direction": "ascending"
}
]
}| プロパティ | タイプ | 説明 | 例の値 |
|---|---|---|---|
property | string | 並べ替えるプロパティの名前。 | "Ingredients" |
direction | string(列挙型) | ソートする方向。可能な値は"ascending"と"descending"です。 | "descending" |
| プロパティ | タイプ | 説明 | 例の値 |
|---|---|---|---|
timestamp | string(列挙型) | 並べ替えるタイムスタンプの名前。可能な値は"created_time"と"last_edited_time"です。 | "last_edited_time" |
direction | string(列挙型) | ソートする方向。可能な値は"ascending"と"descending"です。 | "descending" |