queryMembers

abstract suspend fun queryMembers(type: String, id: String, filter: Map<String, Any>? = null, sort: List<SortField> = mutableListOf(SortField.Desc("created_at")), prev: String? = null, next: String? = null, limit: Int = 25): Result<QueriedMembers>

Queries calls with a given filter predicate and pagination.

Parameters

prev
  • paging support. Set null for first page. Otherwise set the value from last page response.

next
  • paging support. Set null for first page. Otherwise set the value from last page response.

limit
  • maximum number of items in response