Tasks Query
This query will allow you to pull tasks from EverReal.
Queries are responsible to pull data from GraphQL. For more information please read the GraphQL documentation.
Below you can view a sample of the task query. The query accepts an input that can filter the list. The list returns the tasks ordered by createdAt
descending.
Filter options
assigneeEmail - filter by assignee email
reporterEmail - filter by reporter email
status - filter by task status. See possible options in types below.
type - filter by task type. See possible options in types below.
taskId - pass an id of a task to return a single task
companyId - pass a companyId to filter by. Only usable if a customer has multiple subsidiaries.
Sample types
Last updated