パラメーター

パラメーター名 記述
location_id
任意

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
任意

Set the current organization context for the request

Validations:

  • Must be a Integer

search
任意

検索文字列

Validations:

  • Must be a String

page
任意

1 から始まるページ番号

Validations:

  • Must be a number.

per_page
任意

戻されるページごとの結果数

Validations:

  • Must be a number.

order
任意

フィールドと順序のソート (例: 'name DESC')

Validations:

  • Must be a String

sort
任意

ハッシュバージョンの 'order' パラメーター

Validations:

  • Must be a Hash

sort[by]
任意

結果をソートするフィールド

Validations:

  • Must be a String

sort[order]
任意

ソートされた結果を順序付ける方法 (例: ascending (昇順) の ASC)

Validations:

  • Must be a String