querySections( )


開発者プレビュー

このAPIは変更される可能性があります。プレビュー期間中、開発者からのフィードバックに基づいてバグ修正や新機能がリリースされる予定です。

Creates a query to retrieve a list of sections.

について querySections() function builds a query to retrieve a list of sections and returns a SectionsQueryBuilder オブジェクトがある。

The returned object contains the query definition, which is used to run the query using the find() 関数である。

You can refine the query by chaining SectionsQueryBuilder functions onto the query. SectionsQueryBuilder functions enable you to filter, sort, and control the results that querySections() returns.

querySections() runs with the following SectionsQueryBuilder defaults, which you can override:

The following SectionsQueryBuilder functions are supported for querySections(). For a full description of the section object, see the object returned for the 項目 property in SectionsQueryResult.

PROPERTYSUPPORTED FILTERS & SORTING
_ideq(),ne(),in()
_createdDateeq(),ne(),gt(),ge(),lt(),ル()
_updatedDateeq(),ne(),gt(),ge(),lt(),ル()
名称eq(),ne(),in(),startsWith()
記述eq(),ne(),in(),startsWith()
イメージ存在する()
itemIds存在する()
Permissions
Manage Bookings Services and Settings
Manage Portfolio
Manage Restaurants - all permissions
Learn more about app permissions.
メソッド宣言
コピー
リクエスト
このメソッドはパラメータを取らない
リターン
役に立ちましたか?
はい
いいえ