{
"opencollection": "1.0.0",
"info": {
"name": "Atlassian Admin Account Inline Tasks API",
"version": "1.0.0"
},
"request": {
"auth": {
"type": "bearer",
"token": "{{bearerToken}}"
}
},
"items": [
{
"info": {
"name": "Inline Tasks",
"type": "folder"
},
"items": [
{
"info": {
"name": "Atlassian Get Inline Tasks Based on Search Parameters",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.atlassian.com/wiki/rest/api/inlinetasks/search",
"params": [
{
"name": "start",
"value": "",
"type": "query",
"description": "The starting offset for the results."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The number of results to be returned."
},
{
"name": "spaceKey",
"value": "",
"type": "query",
"description": "The space key of a space. Multiple space keys can be specified."
},
{
"name": "pageId",
"value": "",
"type": "query",
"description": "The page id of a page. Multiple page ids can be specified."
},
{
"name": "assignee",
"value": "",
"type": "query",
"description": "Account ID of a user to whom a task is assigned. Multiple users can be specified."
},
{
"name": "creator",
"value": "",
"type": "query",
"description": "Account ID of a user to who created a task. Multiple users can be specified."
},
{
"name": "completedUser",
"value": "",
"type": "query",
"description": "Account ID of a user who completed a task. Multiple users can be specified."
},
{
"name": "duedateFrom",
"value": "",
"type": "query",
"description": "Start of date range based on due dates (inclusive)."
},
{
"name": "duedateTo",
"value": "",
"type": "query",
"description": "End of date range based on due dates (inclusive)."
},
{
"name": "createdateFrom",
"value": "",
"type": "query",
"description": "Start of date range based on create dates (inclusive)."
},
{
"name": "createdateTo",
"value": "",
"type": "query",
"description": "End of date range based on create dates (inclusive)."
},
{
"name": "completedateFrom",
"value": "",
"type": "query",
"description": "Start of date range based on complete dates (inclusive)."
},
{
"name": "completedateTo",
"value": "",
"type": "query",
"description": "End of date range based on complete dates (inclusive)."
},
{
"name": "status",
"value": "",
"type": "query",
"description": "The status of the task. (checked/unchecked)"
}
]
},
"docs": "Deprecated, use [Confluence's v2 API](https://developer.atlassian.com/cloud/confluence/rest/v2/intro/).
Returns inline tasks based on the search query.
**[Permissions](https://confluence.atlassian.com/x/_AozKw) required**:
Permission to access the Confluence site ('Can use' global permission). Only tasks
in contents that the user has permission to view are returned."
},
{
"info": {
"name": "Atlassian Get Inline Task Based on Global Id",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.atlassian.com/wiki/rest/api/inlinetasks/:inlineTaskId",
"params": [
{
"name": "inlineTaskId",
"value": "",
"type": "path",
"description": "Global ID of the inline task"
}
]
},
"docs": "Deprecated, use [Confluence's v2 API](https://developer.atlassian.com/cloud/confluence/rest/v2/intro/).
Returns inline task based on the global ID.
**[Permissions](https://confluence.atlassian.com/x/_AozKw) required**:
Permission to view the content associated with the task."
},
{
"info": {
"name": "Atlassian Update Inline Task Given Global Id",
"type": "http"
},
"http": {
"method": "PUT",
"url": "https://api.atlassian.com/wiki/rest/api/inlinetasks/:inlineTaskId",
"params": [
{
"name": "inlineTaskId",
"value": "",
"type": "path",
"description": "Global ID of the inline task to update"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Updates an inline tasks status given its global ID
**[Permissions](https://confluence.atlassian.com/x/_AozKw) required**:
Permission to update the content associated with the task."
}
]
}
],
"bundled": true
}