データベース エントリの並べ替え
データベース エントリの並べ替え
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" |
更新日時 2023-04-28 10:27:07