ISearchEvents
Properties
Property | Type | Notes |
---|---|---|
Optional | EventAccess[] |
Array of EventAccess. Example: PRIVATE,ORG,PUBLIC |
Optional | EventAttendanceType[] |
Array of AttendanceTypes. Example: VIRTUAL,IN_PERSON |
Optional | boolean |
boolean to filter events that can be edited by the user |
Optional | string[] |
Array of categories |
Optional | string[] |
Array of user ids |
Optional | string[] |
Array of edit groupIds |
Optional | string |
earliest ISO8601 end date-time for the events |
Optional | string |
latest ISO8601 end date-time for the events |
Optional | string[] |
Array of associated entityIds |
Optional | EventAssociationEntityType[] |
Array of associated entity types. Example: Hub Site Application,Hub Initiative,Hub Project |
Optional | string[] |
Array of event ids |
Optional | ISearchEventsGeometry |
esri geometry object |
Optional | GetEventsInclude[] |
Array of relation fields to include in response. Example: associations,creator,location,onlineMeeting,registrations |
Optional | number |
the max amount of events to return |
Optional | string |
orgId string |
Optional | string[] |
Array of read groupIds |
Optional | string[] |
Array of shared groupIds |
Optional | EventSort |
Event property to sort results by |
Optional | EventSortOrder |
sort results order desc or asc |
Optional | number |
the index to start at |
Optional | string |
earliest ISO8601 start date-time for the events |
Optional | string |
latest ISO8601 start date-time for the events |
Optional | EventStatus[] |
Array of event statuses. Example: PLANNED,CANCELED,REMOVED |
Optional | string[] |
Array of tags |
Optional | string |
string to match within an event title |
Optional | string[] |
Array of edit groupIds that event is not shared to |
Optional | string[] |
Array of read groupIds that event is not shared to |
Interface defined in common/src/events/api/orval/api/orval-events.ts:313