Change title heading level for API doc
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
API Automatic Actions Procedures
|
API Automatic Actions Procedures
|
||||||
================================
|
================================
|
||||||
|
|
||||||
### getAvailableActions
|
## getAvailableActions
|
||||||
|
|
||||||
- Purpose: **Get list of available automatic actions**
|
- Purpose: **Get list of available automatic actions**
|
||||||
- Parameters: none
|
- Parameters: none
|
||||||
@@ -47,7 +47,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### getAvailableActionEvents
|
## getAvailableActionEvents
|
||||||
|
|
||||||
- Purpose: **Get list of available events for actions**
|
- Purpose: **Get list of available events for actions**
|
||||||
- Parameters: none
|
- Parameters: none
|
||||||
@@ -93,7 +93,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### getCompatibleActionEvents
|
## getCompatibleActionEvents
|
||||||
|
|
||||||
- Purpose: **Get list of events compatible with an action**
|
- Purpose: **Get list of events compatible with an action**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -131,7 +131,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### getActions
|
## getActions
|
||||||
|
|
||||||
- Purpose: **Get list of actions for a project**
|
- Purpose: **Get list of actions for a project**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -173,7 +173,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### createAction
|
## createAction
|
||||||
|
|
||||||
- Purpose: **Create an action**
|
- Purpose: **Create an action**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -213,7 +213,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### removeAction
|
## removeAction
|
||||||
|
|
||||||
- Purpose: **Remove an action**
|
- Purpose: **Remove an action**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
API Application Procedures
|
API Application Procedures
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
### getVersion
|
## getVersion
|
||||||
|
|
||||||
- Purpose: **Get the application version**
|
- Purpose: **Get the application version**
|
||||||
- Parameters: none
|
- Parameters: none
|
||||||
@@ -27,7 +27,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### getTimezone
|
## getTimezone
|
||||||
|
|
||||||
- Purpose: **Get the application timezone**
|
- Purpose: **Get the application timezone**
|
||||||
- Parameters: none
|
- Parameters: none
|
||||||
@@ -54,7 +54,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### getDefaultTaskColors
|
## getDefaultTaskColors
|
||||||
|
|
||||||
- Purpose: **Get all default task colors**
|
- Purpose: **Get all default task colors**
|
||||||
- Parameters: None
|
- Parameters: None
|
||||||
@@ -161,7 +161,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### getDefaultTaskColor
|
## getDefaultTaskColor
|
||||||
|
|
||||||
- Purpose: **Get default task color**
|
- Purpose: **Get default task color**
|
||||||
- Parameters: None
|
- Parameters: None
|
||||||
@@ -187,7 +187,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### getColorList
|
## getColorList
|
||||||
|
|
||||||
- Purpose: **Get the list of task colors**
|
- Purpose: **Get the list of task colors**
|
||||||
- Parameters: none
|
- Parameters: none
|
||||||
@@ -230,7 +230,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### getApplicationRoles
|
## getApplicationRoles
|
||||||
|
|
||||||
- Purpose: **Get the application roles**
|
- Purpose: **Get the application roles**
|
||||||
- Parameters: none
|
- Parameters: none
|
||||||
@@ -260,7 +260,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### getProjectRoles
|
## getProjectRoles
|
||||||
|
|
||||||
- Purpose: **Get the project roles**
|
- Purpose: **Get the project roles**
|
||||||
- Parameters: none
|
- Parameters: none
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
API Board Procedures
|
API Board Procedures
|
||||||
====================
|
====================
|
||||||
|
|
||||||
### getBoard
|
## getBoard
|
||||||
|
|
||||||
- Purpose: **Get all necessary information to display a board**
|
- Purpose: **Get all necessary information to display a board**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -157,7 +157,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### getColumns
|
## getColumns
|
||||||
|
|
||||||
- Purpose: **Get all columns information for a given project**
|
- Purpose: **Get all columns information for a given project**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -210,7 +210,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### getColumn
|
## getColumn
|
||||||
|
|
||||||
- Purpose: **Get a single column**
|
- Purpose: **Get a single column**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -247,7 +247,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### moveColumnUp
|
## moveColumnUp
|
||||||
|
|
||||||
- Purpose: **Move up the column position**
|
- Purpose: **Move up the column position**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -280,7 +280,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### moveColumnDown
|
## moveColumnDown
|
||||||
|
|
||||||
- Purpose: **Move down the column position**
|
- Purpose: **Move down the column position**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -313,7 +313,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### updateColumn
|
## updateColumn
|
||||||
|
|
||||||
- Purpose: **Update column properties**
|
- Purpose: **Update column properties**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -349,7 +349,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### addColumn
|
## addColumn
|
||||||
|
|
||||||
- Purpose: **Add a new column**
|
- Purpose: **Add a new column**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -384,7 +384,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### removeColumn
|
## removeColumn
|
||||||
|
|
||||||
- Purpose: **Remove a column**
|
- Purpose: **Remove a column**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
API Category Procedures
|
API Category Procedures
|
||||||
=======================
|
=======================
|
||||||
|
|
||||||
### createCategory
|
## createCategory
|
||||||
|
|
||||||
- Purpose: **Create a new category**
|
- Purpose: **Create a new category**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -34,7 +34,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### getCategory
|
## getCategory
|
||||||
|
|
||||||
- Purpose: **Get category information**
|
- Purpose: **Get category information**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -70,7 +70,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### getAllCategories
|
## getAllCategories
|
||||||
|
|
||||||
- Purpose: **Get all available categories**
|
- Purpose: **Get all available categories**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -107,7 +107,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### updateCategory
|
## updateCategory
|
||||||
|
|
||||||
- Purpose: **Update a category**
|
- Purpose: **Update a category**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -140,7 +140,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### removeCategory
|
## removeCategory
|
||||||
|
|
||||||
- Purpose: **Remove a category**
|
- Purpose: **Remove a category**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
API Comment Procedures
|
API Comment Procedures
|
||||||
======================
|
======================
|
||||||
|
|
||||||
### createComment
|
## createComment
|
||||||
|
|
||||||
- Purpose: **Create a new comment**
|
- Purpose: **Create a new comment**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -36,7 +36,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### getComment
|
## getComment
|
||||||
|
|
||||||
- Purpose: **Get comment information**
|
- Purpose: **Get comment information**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -75,7 +75,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### getAllComments
|
## getAllComments
|
||||||
|
|
||||||
- Purpose: **Get all available comments**
|
- Purpose: **Get all available comments**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -117,7 +117,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### updateComment
|
## updateComment
|
||||||
|
|
||||||
- Purpose: **Update a comment**
|
- Purpose: **Update a comment**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -150,7 +150,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### removeComment
|
## removeComment
|
||||||
|
|
||||||
- Purpose: **Remove a comment**
|
- Purpose: **Remove a comment**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
API File Procedures
|
API File Procedures
|
||||||
===================
|
===================
|
||||||
|
|
||||||
### createFile
|
## createFile
|
||||||
|
|
||||||
- Purpose: **Create and upload a new task attachment**
|
- Purpose: **Create and upload a new task attachment**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -39,7 +39,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### getAllFiles
|
## getAllFiles
|
||||||
|
|
||||||
- Purpose: **Get all files attached to task**
|
- Purpose: **Get all files attached to task**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -83,7 +83,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### getFile
|
## getFile
|
||||||
|
|
||||||
- Purpose: **Get file information**
|
- Purpose: **Get file information**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -123,7 +123,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### downloadFile
|
## downloadFile
|
||||||
|
|
||||||
- Purpose: **Download file contents (encoded in base64)**
|
- Purpose: **Download file contents (encoded in base64)**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -154,7 +154,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### removeFile
|
## removeFile
|
||||||
|
|
||||||
- Purpose: **Remove file**
|
- Purpose: **Remove file**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -185,7 +185,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### removeAllFiles
|
## removeAllFiles
|
||||||
|
|
||||||
- Purpose: **Remove all files associated to a task**
|
- Purpose: **Remove all files associated to a task**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
Group Member API Procedures
|
Group Member API Procedures
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
### getGroupMembers
|
## getGroupMembers
|
||||||
|
|
||||||
- Purpose: **Get all members of a group**
|
- Purpose: **Get all members of a group**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -52,7 +52,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### addGroupMember
|
## addGroupMember
|
||||||
|
|
||||||
- Purpose: **Add a user to a group**
|
- Purpose: **Add a user to a group**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -85,7 +85,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### removeGroupMember
|
## removeGroupMember
|
||||||
|
|
||||||
- Purpose: **Remove a user from a group**
|
- Purpose: **Remove a user from a group**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -118,7 +118,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### isGroupMember
|
## isGroupMember
|
||||||
|
|
||||||
- Purpose: **Check if a user is member of a group**
|
- Purpose: **Check if a user is member of a group**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
Group API Procedures
|
Group API Procedures
|
||||||
====================
|
====================
|
||||||
|
|
||||||
### createGroup
|
## createGroup
|
||||||
|
|
||||||
- Purpose: **Create a new group**
|
- Purpose: **Create a new group**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -34,7 +34,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### updateGroup
|
## updateGroup
|
||||||
|
|
||||||
- Purpose: **Update a group**
|
- Purpose: **Update a group**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -69,7 +69,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### removeGroup
|
## removeGroup
|
||||||
|
|
||||||
- Purpose: **Remove a group**
|
- Purpose: **Remove a group**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -100,7 +100,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### getGroup
|
## getGroup
|
||||||
|
|
||||||
- Purpose: **Get one group**
|
- Purpose: **Get one group**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -135,7 +135,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### getAllGroups
|
## getAllGroups
|
||||||
|
|
||||||
- Purpose: **Get all groups**
|
- Purpose: **Get all groups**
|
||||||
- Parameters: none
|
- Parameters: none
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
API Link Procedures
|
API Link Procedures
|
||||||
===================
|
===================
|
||||||
|
|
||||||
### getAllLinks
|
## getAllLinks
|
||||||
|
|
||||||
- Purpose: **Get the list of possible relations between tasks**
|
- Purpose: **Get the list of possible relations between tasks**
|
||||||
- Parameters: none
|
- Parameters: none
|
||||||
@@ -84,7 +84,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### getOppositeLinkId
|
## getOppositeLinkId
|
||||||
|
|
||||||
- Purpose: **Get the opposite link id of a task link**
|
- Purpose: **Get the opposite link id of a task link**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -115,7 +115,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### getLinkByLabel
|
## getLinkByLabel
|
||||||
|
|
||||||
- Purpose: **Get a link by label**
|
- Purpose: **Get a link by label**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -150,7 +150,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### getLinkById
|
## getLinkById
|
||||||
|
|
||||||
- Purpose: **Get a link by id**
|
- Purpose: **Get a link by id**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -185,7 +185,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### createLink
|
## createLink
|
||||||
|
|
||||||
- Purpose: **Create a new task relation**
|
- Purpose: **Create a new task relation**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -218,7 +218,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### updateLink
|
## updateLink
|
||||||
|
|
||||||
- Purpose: **Update a link**
|
- Purpose: **Update a link**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -253,7 +253,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### removeLink
|
## removeLink
|
||||||
|
|
||||||
- Purpose: **Remove a link**
|
- Purpose: **Remove a link**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -284,7 +284,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### createTaskLink
|
## createTaskLink
|
||||||
|
|
||||||
- Purpose: **Create a link between two tasks**
|
- Purpose: **Create a link between two tasks**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -319,7 +319,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### updateTaskLink
|
## updateTaskLink
|
||||||
|
|
||||||
- Purpose: **Update task link**
|
- Purpose: **Update task link**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -356,7 +356,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### getTaskLinkById
|
## getTaskLinkById
|
||||||
|
|
||||||
- Purpose: **Get a task link**
|
- Purpose: **Get a task link**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -392,7 +392,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### getAllTaskLinks
|
## getAllTaskLinks
|
||||||
|
|
||||||
- Purpose: **Get all links related to a task**
|
- Purpose: **Get all links related to a task**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -438,7 +438,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### removeTaskLink
|
## removeTaskLink
|
||||||
|
|
||||||
- Purpose: **Remove a link between two tasks**
|
- Purpose: **Remove a link between two tasks**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
User API Specific Procedures
|
User API Specific Procedures
|
||||||
============================
|
============================
|
||||||
|
|
||||||
### getMe
|
## getMe
|
||||||
|
|
||||||
- Purpose: **Get logged user session**
|
- Purpose: **Get logged user session**
|
||||||
- Parameters: None
|
- Parameters: None
|
||||||
@@ -45,7 +45,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### getMyDashboard
|
## getMyDashboard
|
||||||
|
|
||||||
- Purpose: **Get the dashboard of the logged user without pagination**
|
- Purpose: **Get the dashboard of the logged user without pagination**
|
||||||
- Parameters: None
|
- Parameters: None
|
||||||
@@ -147,7 +147,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### getMyActivityStream
|
## getMyActivityStream
|
||||||
|
|
||||||
- Purpose: **Get the last 100 events for the logged user**
|
- Purpose: **Get the last 100 events for the logged user**
|
||||||
- Parameters: None
|
- Parameters: None
|
||||||
@@ -230,7 +230,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### createMyPrivateProject
|
## createMyPrivateProject
|
||||||
|
|
||||||
- Purpose: **Create a private project for the logged user**
|
- Purpose: **Create a private project for the logged user**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -262,7 +262,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### getMyProjectsList
|
## getMyProjectsList
|
||||||
|
|
||||||
- Purpose: **Get projects of the connected user**
|
- Purpose: **Get projects of the connected user**
|
||||||
- Parameters: None
|
- Parameters: None
|
||||||
@@ -290,7 +290,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
### getMyOverdueTasks
|
## getMyOverdueTasks
|
||||||
|
|
||||||
- Purpose: **Get my overdue tasks**
|
- Purpose: **Get my overdue tasks**
|
||||||
- Result on success: **List of tasks**
|
- Result on success: **List of tasks**
|
||||||
@@ -336,7 +336,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### getMyProjects
|
## getMyProjects
|
||||||
|
|
||||||
- Purpose: **Get projects of connected user with full details**
|
- Purpose: **Get projects of connected user with full details**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
Project Permission API Procedures
|
Project Permission API Procedures
|
||||||
=================================
|
=================================
|
||||||
|
|
||||||
### getProjectUsers
|
## getProjectUsers
|
||||||
|
|
||||||
- Purpose: **Get all members of a project**
|
- Purpose: **Get all members of a project**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -34,7 +34,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### getAssignableUsers
|
## getAssignableUsers
|
||||||
|
|
||||||
- Purpose: **Get users that can be assigned to a task for a project** (all members except viewers)
|
- Purpose: **Get users that can be assigned to a task for a project** (all members except viewers)
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -68,7 +68,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### addProjectUser
|
## addProjectUser
|
||||||
|
|
||||||
- Purpose: **Grant access to a project for a user**
|
- Purpose: **Grant access to a project for a user**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -103,7 +103,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### addProjectGroup
|
## addProjectGroup
|
||||||
|
|
||||||
- Purpose: **Grant access to a project for a group**
|
- Purpose: **Grant access to a project for a group**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -137,7 +137,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### removeProjectUser
|
## removeProjectUser
|
||||||
|
|
||||||
- Purpose: **Revoke user access to a project**
|
- Purpose: **Revoke user access to a project**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -170,7 +170,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### removeProjectGroup
|
## removeProjectGroup
|
||||||
|
|
||||||
- Purpose: **Revoke group access to a project**
|
- Purpose: **Revoke group access to a project**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -203,7 +203,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### changeProjectUserRole
|
## changeProjectUserRole
|
||||||
|
|
||||||
- Purpose: **Change role of a user for a project**
|
- Purpose: **Change role of a user for a project**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -238,7 +238,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### changeProjectGroupRole
|
## changeProjectGroupRole
|
||||||
|
|
||||||
- Purpose: **Change role of a group for a project**
|
- Purpose: **Change role of a group for a project**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
API Project Procedures
|
API Project Procedures
|
||||||
======================
|
======================
|
||||||
|
|
||||||
### createProject
|
## createProject
|
||||||
|
|
||||||
- Purpose: **Create a new project**
|
- Purpose: **Create a new project**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -33,7 +33,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### getProjectById
|
## getProjectById
|
||||||
|
|
||||||
- Purpose: **Get project information**
|
- Purpose: **Get project information**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -82,7 +82,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### getProjectByName
|
## getProjectByName
|
||||||
|
|
||||||
- Purpose: **Get project information**
|
- Purpose: **Get project information**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -131,7 +131,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### getAllProjects
|
## getAllProjects
|
||||||
|
|
||||||
- Purpose: **Get all available projects**
|
- Purpose: **Get all available projects**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -179,7 +179,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### updateProject
|
## updateProject
|
||||||
|
|
||||||
- Purpose: **Update a project**
|
- Purpose: **Update a project**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -213,7 +213,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### removeProject
|
## removeProject
|
||||||
|
|
||||||
- Purpose: **Remove a project**
|
- Purpose: **Remove a project**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -244,7 +244,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### enableProject
|
## enableProject
|
||||||
|
|
||||||
- Purpose: **Enable a project**
|
- Purpose: **Enable a project**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -275,7 +275,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### disableProject
|
## disableProject
|
||||||
|
|
||||||
- Purpose: **Disable a project**
|
- Purpose: **Disable a project**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -306,7 +306,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### enableProjectPublicAccess
|
## enableProjectPublicAccess
|
||||||
|
|
||||||
- Purpose: **Enable public access for a given project**
|
- Purpose: **Enable public access for a given project**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -337,7 +337,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### disableProjectPublicAccess
|
## disableProjectPublicAccess
|
||||||
|
|
||||||
- Purpose: **Disable public access for a given project**
|
- Purpose: **Disable public access for a given project**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -368,7 +368,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### getProjectActivity
|
## getProjectActivity
|
||||||
|
|
||||||
- Purpose: **Get activity stream for a project**
|
- Purpose: **Get activity stream for a project**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -389,7 +389,7 @@ Request example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### getProjectActivities
|
## getProjectActivities
|
||||||
|
|
||||||
- Purpose: **Get Activityfeed for Project(s)**
|
- Purpose: **Get Activityfeed for Project(s)**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
API Subtask procedures
|
API Subtask procedures
|
||||||
======================
|
======================
|
||||||
|
|
||||||
### createSubtask
|
## createSubtask
|
||||||
|
|
||||||
- Purpose: **Create a new subtask**
|
- Purpose: **Create a new subtask**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -38,7 +38,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### getSubtask
|
## getSubtask
|
||||||
|
|
||||||
- Purpose: **Get subtask information**
|
- Purpose: **Get subtask information**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -77,7 +77,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### getAllSubtasks
|
## getAllSubtasks
|
||||||
|
|
||||||
- Purpose: **Get all available subtasks**
|
- Purpose: **Get all available subtasks**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -121,7 +121,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### updateSubtask
|
## updateSubtask
|
||||||
|
|
||||||
- Purpose: **Update a subtask**
|
- Purpose: **Update a subtask**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -162,7 +162,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### removeSubtask
|
## removeSubtask
|
||||||
|
|
||||||
- Purpose: **Remove a subtask**
|
- Purpose: **Remove a subtask**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
API Swimlane Procedures
|
API Swimlane Procedures
|
||||||
=======================
|
=======================
|
||||||
|
|
||||||
### getDefaultSwimlane
|
## getDefaultSwimlane
|
||||||
|
|
||||||
- Purpose: **Get the default swimlane for a project**
|
- Purpose: **Get the default swimlane for a project**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -36,7 +36,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### getActiveSwimlanes
|
## getActiveSwimlanes
|
||||||
|
|
||||||
- Purpose: **Get the list of enabled swimlanes of a project (include default swimlane if enabled)**
|
- Purpose: **Get the list of enabled swimlanes of a project (include default swimlane if enabled)**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -76,7 +76,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### getAllSwimlanes
|
## getAllSwimlanes
|
||||||
|
|
||||||
- Purpose: **Get the list of all swimlanes of a project (enabled or disabled) and sorted by position**
|
- Purpose: **Get the list of all swimlanes of a project (enabled or disabled) and sorted by position**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -122,7 +122,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### getSwimlane
|
## getSwimlane
|
||||||
|
|
||||||
- Purpose: **Get the a swimlane by id**
|
- Purpose: **Get the a swimlane by id**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -159,7 +159,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### getSwimlaneById
|
## getSwimlaneById
|
||||||
|
|
||||||
- Purpose: **Get the a swimlane by id**
|
- Purpose: **Get the a swimlane by id**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -196,7 +196,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### getSwimlaneByName
|
## getSwimlaneByName
|
||||||
|
|
||||||
- Purpose: **Get the a swimlane by name**
|
- Purpose: **Get the a swimlane by name**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -235,7 +235,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### moveSwimlaneUp
|
## moveSwimlaneUp
|
||||||
|
|
||||||
- Purpose: **Move up the swimlane position**
|
- Purpose: **Move up the swimlane position**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -268,7 +268,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### moveSwimlaneDown
|
## moveSwimlaneDown
|
||||||
|
|
||||||
- Purpose: **Move down the swimlane position**
|
- Purpose: **Move down the swimlane position**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -301,7 +301,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### updateSwimlane
|
## updateSwimlane
|
||||||
|
|
||||||
- Purpose: **Update swimlane properties**
|
- Purpose: **Update swimlane properties**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -335,7 +335,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### addSwimlane
|
## addSwimlane
|
||||||
|
|
||||||
- Purpose: **Add a new swimlane**
|
- Purpose: **Add a new swimlane**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -369,7 +369,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### removeSwimlane
|
## removeSwimlane
|
||||||
|
|
||||||
- Purpose: **Remove a swimlane**
|
- Purpose: **Remove a swimlane**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -402,7 +402,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### disableSwimlane
|
## disableSwimlane
|
||||||
|
|
||||||
- Purpose: **Enable a swimlane**
|
- Purpose: **Enable a swimlane**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -435,7 +435,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### enableSwimlane
|
## enableSwimlane
|
||||||
|
|
||||||
- Purpose: **Enable a swimlane**
|
- Purpose: **Enable a swimlane**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
API Task Procedures
|
API Task Procedures
|
||||||
===================
|
===================
|
||||||
|
|
||||||
### createTask
|
## createTask
|
||||||
|
|
||||||
- Purpose: **Create a new task**
|
- Purpose: **Create a new task**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -61,7 +61,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### getTask
|
## getTask
|
||||||
|
|
||||||
- Purpose: **Get task by the unique id**
|
- Purpose: **Get task by the unique id**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -128,7 +128,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### getTaskByReference
|
## getTaskByReference
|
||||||
|
|
||||||
- Purpose: **Get task by the external reference**
|
- Purpose: **Get task by the external reference**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -192,7 +192,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### getAllTasks
|
## getAllTasks
|
||||||
|
|
||||||
- Purpose: **Get all available tasks**
|
- Purpose: **Get all available tasks**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -291,7 +291,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### getOverdueTasks
|
## getOverdueTasks
|
||||||
|
|
||||||
- Purpose: **Get all overdue tasks**
|
- Purpose: **Get all overdue tasks**
|
||||||
- Result on success: **List of tasks**
|
- Result on success: **List of tasks**
|
||||||
@@ -337,7 +337,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### getOverdueTasksByProject
|
## getOverdueTasksByProject
|
||||||
|
|
||||||
- Purpose: **Get all overdue tasks for a special project**
|
- Purpose: **Get all overdue tasks for a special project**
|
||||||
- Result on success: **List of tasks**
|
- Result on success: **List of tasks**
|
||||||
@@ -386,7 +386,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### updateTask
|
## updateTask
|
||||||
|
|
||||||
- Purpose: **Update a task**
|
- Purpose: **Update a task**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -430,7 +430,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### openTask
|
## openTask
|
||||||
|
|
||||||
- Purpose: **Set a task to the status open**
|
- Purpose: **Set a task to the status open**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -461,7 +461,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### closeTask
|
## closeTask
|
||||||
|
|
||||||
- Purpose: **Set a task to the status close**
|
- Purpose: **Set a task to the status close**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -492,7 +492,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### removeTask
|
## removeTask
|
||||||
|
|
||||||
- Purpose: **Remove a task**
|
- Purpose: **Remove a task**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -523,7 +523,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### moveTaskPosition
|
## moveTaskPosition
|
||||||
|
|
||||||
- Purpose: **Move a task to another column, position or swimlane inside the same board**
|
- Purpose: **Move a task to another column, position or swimlane inside the same board**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -561,7 +561,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### moveTaskToProject
|
## moveTaskToProject
|
||||||
|
|
||||||
- Purpose: **Move a task to another project**
|
- Purpose: **Move a task to another project**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -598,7 +598,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### duplicateTaskToProject
|
## duplicateTaskToProject
|
||||||
|
|
||||||
- Purpose: **Move a task to another column or another position**
|
- Purpose: **Move a task to another column or another position**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
API User Procedures
|
API User Procedures
|
||||||
===================
|
===================
|
||||||
|
|
||||||
### createUser
|
## createUser
|
||||||
|
|
||||||
- Purpose: **Create a new user**
|
- Purpose: **Create a new user**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -37,7 +37,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### createLdapUser
|
## createLdapUser
|
||||||
|
|
||||||
- Purpose: **Create a new user authentified by LDAP**
|
- Purpose: **Create a new user authentified by LDAP**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -71,7 +71,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### getUser
|
## getUser
|
||||||
|
|
||||||
- Purpose: **Get user information**
|
- Purpose: **Get user information**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -113,7 +113,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### getAllUsers
|
## getAllUsers
|
||||||
|
|
||||||
- Purpose: **Get all available users**
|
- Purpose: **Get all available users**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -154,7 +154,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### updateUser
|
## updateUser
|
||||||
|
|
||||||
- Purpose: **Update a user**
|
- Purpose: **Update a user**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
@@ -190,7 +190,7 @@ Response example:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### removeUser
|
## removeUser
|
||||||
|
|
||||||
- Purpose: **Remove a user**
|
- Purpose: **Remove a user**
|
||||||
- Parameters:
|
- Parameters:
|
||||||
|
|||||||
Reference in New Issue
Block a user