Thanks to visit codestin.com
Credit goes to docs.stackone.com

Skip to main content
MeisterTask
MeisterTask
56 actions · 2 auth methods
Preview

Authentication

OAuth 2.0

OAuth 2.0 authorization code flow delegated to MindMeister (shared Meister SSO per https://developers.mindmeister.com/doGuides: Connector Profile, Link Account

Personal Access Token

Static personal access token generated at https://www.mindmeister.com/api. Sent as `Authorization Bearer <token>` on eve…Guides: Connector Profile, Link Account
Actions
|
56 actions
Action
Description
Required scopes
List Project Members
Returns the list of members for a single project.
List Projects
Returns a paginated list of projects (Kanban boards) the authenticated user has access to.
Get Project
Returns full details for a single project by id.
Create Project
Creates a new project (Kanban board).
Duplicate Project
Duplicates an existing project including its sections.
Update Project
Updates an existing project’s name, notes, or status.
List Sections
Returns a paginated list of sections (board columns) across all projects the user has access to.
Get Section
Returns full details for a single section by id.
Create Section
Creates a new section (board column) within a project.
Update Section
Updates an existing section’s name or status.
List Tasks
Returns a paginated list of tasks across all projects the user has access to.
Get Task
Returns full details for a single task by id.
Update Task
Updates an existing task’s fields (name, notes, due date, status, assignee, section).
List Task Subtasks
Returns a paginated list of subtasks for a single task.
Create Subtask
Creates a new subtask attached to a task.
List Task Comments
Returns a paginated list of comments on a task.
Get Comment
Returns full details for a single comment by id.
Create Comment
Creates a new comment on a task.
Delete Comment
Deletes a comment by id.
List Task Attachments
Returns a paginated list of attachments on a task.
Get Attachment
Returns full details for a single attachment by id.
Create Attachment
Uploads a file attachment to a task via multipart/form-data.
Delete Attachment
Deletes an attachment by id.
Get Label
Returns full details for a single label by id.
Update Label
Updates an existing label’s name or color.
Delete Label
Deletes a label by id.
List Project Labels
Returns all labels defined within a project.
Create Label
Creates a new label within a project.
List Task Label Assignments
Returns a paginated list of label assignments on a task.
Get Task Label
Returns full details for a single task_label assignment by id.
Attach Label To Task
Attaches an existing label to a task.
Detach Label From Task
Detaches a label from a task by task_label id.
Get Checklist
Returns full details for a single checklist by id.
Update Checklist
Updates an existing checklist’s name.
Delete Checklist
Deletes a checklist by id.
Get Checklist Item
Returns full details for a single checklist item by id.
Update Checklist Item
Updates an existing checklist item’s name or status.
Delete Checklist Item
Deletes a checklist item by id.
List Project Checklists
Returns a paginated list of reusable checklist templates defined within a project.
Create Project Checklist
Creates a reusable checklist template within a project.
List Task Checklists
Returns a paginated list of checklists applied to a task.
Create Task Checklist
Creates a checklist directly on a task.
List Checklist Items
Returns a paginated list of items inside a checklist.
Create Checklist Item
Creates a new item inside a checklist.
List Section Tasks
Returns a paginated list of tasks within a section.
Create Task
Creates a new task within a section.
List Project Tasks
Returns a paginated list of tasks within a project (across all sections).
List Project Persons
Returns a paginated list of persons (members) on a project.
List Persons
Returns a paginated list of persons (users) visible to the authenticated user.
Get Person
Returns full details for a single person by id.
Get Current Person
Returns the currently authenticated person (the resource owner of the access token).
Get Custom Field
Returns full details for a single custom field by id.
Update Custom Field
Updates the value of an existing custom field on a task.
Delete Custom Field
Deletes a custom field by id.
List Custom Fields
Returns the list of custom field values on a task.
Create Custom Field
Sets a custom field value on a task.

Getting Started

1

Create or Select a Project

Set up a new project or select an existing one. See the Projects Guide.
2

Configure the Connector

Enable the connector and set up a connector profile in your project. See Managing Connectors.
https://stackone-logos.com/api/meistertask/filled/png

Connector Profile

MeisterTask - OAuth 2.0
https://stackone-logos.com/api/meistertask/filled/png

Connector Profile

MeisterTask - Personal Access Token
3

Link an Account

Connect an account using StackOne Hub or Auth Link.
https://stackone-logos.com/api/meistertask/filled/png

Link Account

MeisterTask - OAuth 2.0
https://stackone-logos.com/api/meistertask/filled/png

Link Account

MeisterTask - Personal Access Token
4

Use Actions

Invoke actions using one of the methods below:

References

MeisterTask API reference

Full REST API reference for MeisterTask.

MeisterTask authentication

Bearer token and OAuth 2.0 details.

Register a MindMeister OAuth application

How to register an OAuth client for MeisterTask (shared Meister SSO).

MindMeister personal access tokens

How to generate a personal access token.