以下は、getメソッドを使用した残りのAPIの単純なコードブロックです。動的フィルタをフィールド(コンマ区切り)、並べ替え、残りのページのページ番号で追加する方法は?
今私は制限パラメータを追加したが、私はページネーション、ページあたり結果、SortByFields、SORTBY *(ASCまたはDESC)を追加したい、(複数のフィールドによる)フィルタ
paths:
/pets:
get:
description: Returns all pets
produces:
- application/json
parameters:
- name: limit
in: query
description: SET LIMIT OF THE RESULT
type: integer
format: int32
required: false
どうすればいいですか?