About this query
Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.
Developer info
- Description
- This query returns a list of when a new task was created in the specified project.
- API endpoint slug
- meistertask.history_of_task_created_in_project
- Runtime method
- performQuery("meistertask.history_of_task_created_in_project")
Query fields
Project ID Dropdown list
- Label
- Which project?
- Slug
- project_id
- Required
- true
- Can have default value
- false
Ingredients
Task nameThe name of the task.
- Slug
- task_name
- Filter code
- Meistertask.historyOfTaskCreatedInProject.TaskName
- Type
- String
- Example
- Example Task
Task URLThe URL of the task.
- Slug
- task_url
- Filter code
- Meistertask.historyOfTaskCreatedInProject.TaskURL
- Type
- Web URL
- Example
- https://www.meistertask.com/app/task/xxxxxxxx/example-task
Section nameThe name of the section where the task was created.
- Slug
- section_name
- Filter code
- Meistertask.historyOfTaskCreatedInProject.SectionName
- Type
- String
- Example
- Example Section
Project nameThe name of the project where the task was created.
- Slug
- project_name
- Filter code
- Meistertask.historyOfTaskCreatedInProject.ProjectName
- Type
- String
- Example
- Example Project
Created atDate and time when the task was created.
- Slug
- created_at
- Filter code
- Meistertask.historyOfTaskCreatedInProject.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00