Rate this page:
GET /wiki/rest/api/inlinetasks/search
Returns inline tasks based on the search query.
Permissions required: Permission to access the Confluence site ('Can use' global permission). Only tasks in contents that the user has permission to view are returned.
App scope required: READ
read:confluence-content.all
integer
The starting offset for the results.
0
, Format: int32
integer
The number of results to be returned.
20
, Format: int32
string
The space key of a space. Multiple space keys can be specified.
string
The page id of a page. Multiple page ids can be specified.
string
Account ID of a user to whom a task is assigned. Multiple users can be specified.
string
Account ID of a user to who created a task. Multiple users can be specified.
string
Account ID of a user who completed a task. Multiple users can be specified.
integer
Start of date range based on due dates (inclusive).
int64
integer
End of date range based on due dates (inclusive).
int64
integer
Start of date range based on create dates (inclusive).
int64
integer
End of date range based on create dates (inclusive).
int64
integer
Start of date range based on complete dates (inclusive).
int64
integer
End of date range based on complete dates (inclusive).
int64
string
The status of the task. (checked/unchecked)
Valid values: complete
, incomplete
1 2 3
curl --request GET \
--url 'https://your-domain.atlassian.net/wiki/rest/api/inlinetasks/search' \
--header 'Accept: application/json'
Returned if the query fetches zero or more results.
Content type | Value |
---|---|
application/json |
Rate this page: