参数

参数名字 描述
location_id
选填

根据位置界定的范围

Validations:

  • Must be a Integer

organization_id
选填

根据机构界定的范围

Validations:

  • Must be a Integer

search
选填

Search string

Validations:

  • Must be a String

page
选填

页号,从 1 开始

Validations:

  • Must be a number.

per_page
选填

每页中显示的返回结果数

Validations:

  • Must be a number.

order
选填

Sort field and order, e.g. 'name DESC'

Validations:

  • Must be a String

sort
选填

Hash version of 'order' param

Validations:

  • Must be a Hash

sort[by]
选填

Field to sort the results on

Validations:

  • Must be a String

sort[order]
选填

How to order the sorted results (e.g. ASC for ascending)

Validations:

  • Must be a String