Home
API Catalog
About
Back to System
nTask API
1.0.0
OAS 3.0
Servers
https://api.ntask.app/v1
Authorize
Users
GET
/users
List Users
POST
/users
Create User
GET
/users
/{userId}
Get User by ID
PUT
/users
/{userId}
Update User
DELETE
/users
/{userId}
Delete User
Authentication
GET
/auth
/me
Get Current User
POST
/auth
/login
User Login
Workspaces
GET
/workspaces
List Workspaces
POST
/workspaces
Create Workspace
GET
/workspaces
/{workspaceId}
Get Workspace
PUT
/workspaces
/{workspaceId}
Update Workspace
DELETE
/workspaces
/{workspaceId}
Delete Workspace
Tasks
GET
/tasks
/{taskId}
Get Task
PUT
/tasks
/{taskId}
Update Task
DELETE
/tasks
/{taskId}
Delete Task
GET
/projects
/{projectId}
/tasks
List Tasks in Project
POST
/projects
/{projectId}
/tasks
Create Task
Teams
GET
/teams
/{teamId}
Get Team
PUT
/teams
/{teamId}
Update Team
DELETE
/teams
/{teamId}
Delete Team
GET
/workspaces
/{workspaceId}
/teams
List Teams in Workspace
POST
/workspaces
/{workspaceId}
/teams
Create Team
Issues
GET
/issues
/{issueId}
Get Issue
PUT
/issues
/{issueId}
Update Issue
DELETE
/issues
/{issueId}
Delete Issue
GET
/projects
/{projectId}
/issues
List Issues in Project
POST
/projects
/{projectId}
/issues
Create Issue
Comments
PUT
/comments
/{commentId}
Update Comment
DELETE
/comments
/{commentId}
Delete Comment
GET
/tasks
/{taskId}
/comments
List Comments on a Task
POST
/tasks
/{taskId}
/comments
Create Comment
Meetings
GET
/meetings
/{meetingId}
Get Meeting
PUT
/meetings
/{meetingId}
Update Meeting
DELETE
/meetings
/{meetingId}
Delete Meeting
GET
/workspaces
/{workspaceId}
/meetings
List Meetings in Workspace
POST
/workspaces
/{workspaceId}
/meetings
Create Meeting
Projects
GET
/projects
/{projectId}
Get Project
PUT
/projects
/{projectId}
Update Project
DELETE
/projects
/{projectId}
Delete Project
GET
/workspaces
/{workspaceId}
/projects
List Projects in Workspace
POST
/workspaces
/{workspaceId}
/projects
Create Project
Schemas
Task
Team
User
Error
Issue
Comment
Meeting
Project
AuthLogin
AuthToken
Workspace
TaskCreate
TaskUpdate
TeamCreate
TeamUpdate
UserCreate
UserUpdate
IssueCreate
IssueUpdate
CommentCreate
CommentUpdate
MeetingCreate
MeetingUpdate
ProjectCreate
ProjectUpdate
WorkspaceCreate
WorkspaceUpdate