Optionalclass?: TOptionallimit?: numberThe limit of entities to be returned. Not needed when using getEntity, as
it always returns only one.
Optionaloffset?: numberThe offset from the first matching entity, in order, to start retrieving.
Optionalreturn?: What to return, the entities with their data, just the entity data, just the GUIDs, or just a count.
'object' is only available on the server, as there are substantial security implications with using it. It returns the full entity data as a simple object. You should only use it for operations where instantiating the entities has an unacceptable performance cost.
Optionalreverse?: booleanIf true, entities will be retrieved from newest to oldest/largest to
smallest (with regard to sort).
OptionalskipIf true, Tilmeld will not filter returned entities according to access controls. (If Tilmeld is installed.) (This is always set to false by the REST endpoint and PubSub server.)
OptionalskipIf true, Nymph will skip the cache and retrieve the entity from the DB.
Optionalsort?: "cdate" | "mdate" | stringHow to sort the entities. Should be "cdate", "mdate", or the name of a property.
Optionalsource?: stringWill be 'client' if the query came from a REST request or the PubSub server. (Mainly used in Tilmeld for access control.)
The Entity class to query.