Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IItemListFilterOptions

Filter Item list with following params

param

array of item template ids

param

name of item scheme

param

array of item classification names e.g. pets, vehicle

param

user Id. item shared with provided user id. Works for items owned by the current user as well as for items owned by someone else and on-shared by the current user.

param

only return Items created by the given user id.

param

only return Items you created.

Hierarchy

  • IItemListFilterOptions

Index

Properties

Optional classifications

classifications: string[]

Optional itemIds

itemIds: string[]

Optional own

own: boolean

Optional ownerId

ownerId: string

Optional scheme

scheme: string

Optional sharedWith

sharedWith: string

Optional templateIds

templateIds: string[]

Generated using TypeDoc