Params

Param Name Description
location_id
Optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
Optional

Set the current organization context for the request

Validations:

  • Must be a Integer

search
Optional

Search string

Validations:

  • Must be a String

page
Optional

1 부터 페이지 번호

Validations:

  • Must be a number.

per_page
Optional

반환할 페이지 당 결과 수

Validations:

  • Must be a number.

order
Optional

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

Validations:

  • Must be a String

sort
Optional

Hash version of 'order' param

Validations:

  • Must be a Hash

sort[by]
Optional

Field to sort the results on

Validations:

  • Must be a String

sort[order]
Optional

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

Validations:

  • Must be a String