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
- Label
- Which project?
- Slug
- project_id
- Required
- true
- Can have default value
- false
Ingredients
- Slug
- task_name
- Filter code
- Meistertask.historyOfTaskCreatedInProject.TaskName
- Type
- String
- Example
- Example Task
- Slug
- task_url
- Filter code
- Meistertask.historyOfTaskCreatedInProject.TaskURL
- Type
- Web URL
- Example
- https://www.meistertask.com/app/task/xxxxxxxx/example-task
- Slug
- section_name
- Filter code
- Meistertask.historyOfTaskCreatedInProject.SectionName
- Type
- String
- Example
- Example Section
- Slug
- project_name
- Filter code
- Meistertask.historyOfTaskCreatedInProject.ProjectName
- Type
- String
- Example
- Example Project
- Slug
- created_at
- Filter code
- Meistertask.historyOfTaskCreatedInProject.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00