Resource Query Terms


ParameterDescriptionOperatorsValuesTypeExample
isFavreturns favorite resources=TrueBoolean

::isFav = true

namereturns resources with a name matching a value

=

startsWith

endsWith

contains

any stringstring::name startsWith 'mic'
modifiedSince

returns resources with a modified date greater than or equal to the given date

 =any  date valuedate

::modifiedSince = '2024-05-04'

 modifiedByreturns resources modified by a given person =any contactstring ::modifiedBy = 'Bob'
 resourcereturns the exact resources selected from the suggestion dropdowninone or more resources, selected from the suggestion dropdownstring::resource in ('Mic')
resourceSearchreturns resources associated with the resources returned from a resource search=a resource searchstring::resourceSearch = 'My Favorite Resources'
categoryreturns resources associated with categories

in

notIn

all

one or more resource categories, selected from the suggestion dropdownstring

::category in ('Infinite Quantity')

::category notIn ('Wireless')

::category all ('Requires 24v Power', 'Heavy')

relationshipreturns resources that have a certain relationship with selected resources

in

notIn

all

a relationship type and one or more resources, selected from the suggestion dropdownstring

::relationship in ('relationship:8', 'Mic', 'Podium')

::relationship notIn ('relationship:9', 'Projector')

::relationship all ('relationship:9', 'Projector', 'Whiteboard')

 eventreturns resources within selected eventsinone or more events, selected from the suggestion dropdownstring::event in ('Book Club Meeting', 'How to Fight Chaos')
eventSearchreturns resources returned from a saved search=an event searchstring::eventSearch = 'Events On Main Campus'
custAtrbreturns resources matching a selected custom attribute and its valueinVaries; see belowstring

::custAtrb in ('Cancel if Bad Weather?', 'is True', 'B')

::custAtrb in ('Annual Inspection Date', 'is later than or equal to', '2024-06-30' 'D')

::custAtrb in ('Rental Amount Received', 'exists', 'F')