Get a page of template documents
Authentication
Basic authentication of the form Basic <base64(username:password)>.
Query parameters
Sort direction, 1 for ascending and -1 for descending.
Inclusive projection operator formatted as a comma-delineated list. ‘_id’ will be included implicitly unless excluded with ‘exclude=_id’. May only be used in conjunction with ‘exclude’ when ‘exclude=_id’.
Exclusive projection operator formatted as a comma-delineated list. May only be used in conjunction with ‘include’ when ‘exclude=_id’.
Returns results where the specified fields exactly match the given match string(s).
Returns results where the specified fields contain the given match string(s).
Returns results where the specified fields start with the given match string(s).
Returns results where the specified fields end in the given match string(s).