You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3rd party may need to query a list of entities using arbitrary conditions, such as "tasks with due date between {date} and {date}"
This is easy to do using a custom endpoint of an addon (simple SQL query), but not directly possible via REST or graphQL right now.
Proposed solution
query endpoint (already drafted, but only available for events ATM), allowing to query entities using a structured json filtering system similar to the one available in the enroll endpoint.
The text was updated successfully, but these errors were encountered:
Story
3rd party may need to query a list of entities using arbitrary conditions, such as "tasks with due date between {date} and {date}"
This is easy to do using a custom endpoint of an addon (simple SQL query), but not directly possible via REST or graphQL right now.
Proposed solution
query
endpoint (already drafted, but only available for events ATM), allowing to query entities using a structured json filtering system similar to the one available in theenroll
endpoint.The text was updated successfully, but these errors were encountered: