ページの一覧
GET /2.0/pages
登録されたページの一覧を取得するには、/2.0/pagesに対してGETを送信します。
リクエスト:ヘッダー
Content-Type
application/json
Authorization
Basic <認証情報>
認証情報について
認証情報は、ユーザーのEメールアドレスとAPIキーをコロンで連結したものをBase64エンコードしたものです。
クエリ パラメータ
page int32 Defaults to 1 ページ番号
1 items_per_page int32 Defaults to 10 1ページあたりの表示数
10 sort_by string Defaults to position ソートキー
position sort_order string Defaults to desc desc parent_id int32 page_type string T / L / F / B
simple string q string status string item_ids string get_tree int32 Defaults to null true / plain
page
integer
ページ番号
1
items_per_page
integer
1ページあたりの表示数
10
sort_by
string
ソートキー
position
sort_order
string
ソート順序
desc
parent_id
integer
親ページID
page_type
string
ページタイプ(T / L / F / B)
q
string
検索文字列
status
string
ステータス(A / D / H)
item_ids
string
アイテムID(カンマ区切り)
get_tree
integer
ツリー表示(1: true / 0: plain)
null
レスポンス
最終更新