Parameter | Description | Operators | Values | Type | Example |
---|---|---|---|---|---|
isFav | returns favorite resources | = | True | Boolean |
|
name | returns resources with a name matching a value | = startsWith endsWith contains | any string | string | ::name startsWith 'mic' |
modifiedSince | returns resources with a modified date greater than or equal to the given date | = | today, '2018-05-04', or any other date value | date |
|
modifiedBy | returns resources modified by a given person | = | any contact | string | ::modifiedBy = 'Bob' |
resource | returns the exact resources selected from the suggestion dropdown | in | one or more resources, selected from the suggestion dropdown | string | ::resource in ('Mic') |
resourceSearch | returns resources associated with the resources returned from a resource search | = | a resource search | string | ::resourceSearch = 'My Favorite Resources' |
category | returns resources associated with categories | in notIn all | one or more resource categories, selected from the suggestion dropdown | string |
|
relationship | returns resources that have a certain relationship with selected resources | in notIn all | a relationship type and one or more resources, selected from the suggestion dropdown | string |
|
event | returns resources within selected events | in | one or more events, selected from the suggestion dropdown | string | ::event in ('Book Club Meeting', 'How to Fight Chaos') |
eventSearch | returns resources returned from a saved search | = | an event search | string | ::eventSearch = 'Events On Main Campus' |
custAtrb | returns resources matching a selected custom attribute and its value | in | Varies, see below | string |
|