Get tasks
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).
Accepts a full query expression as a URL-encoded JSON object. Supports all other query operators, in addition to logical conjunction with ‘and’, disjunction with ‘or’, and negation with ‘not’. May be combined with other top-level operators.
Response
A human-readable message summarizing the result of the operation
Any structured, wordy or machine-readable information related to the result of the operation. For success responses, this may contain information like pagination values from a search operation.