Get inline tasks based on search parameters

GET {{baseUrl}}/api/inlinetasks/search?start=0&limit=20&spaceKey=&pageId=&assignee=&creator=&completedUser=&duedateFrom=&duedateTo=&createdateFrom=&createdateTo=&completedateFrom=&completedateTo=&status=

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.

Request Params

KeyDatatypeRequiredDescription
startnumberThe starting offset for the results.
limitnumberThe number of results to be returned.
spaceKeynullThe space key of a space. Multiple space keys can be specified.
pageIdnullThe page id of a page. Multiple page ids can be specified.
assigneenullAccount ID of a user to whom a task is assigned. Multiple users can be specified.
creatornullAccount ID of a user to who created a task. Multiple users can be specified.
completedUsernullAccount ID of a user who completed a task. Multiple users can be specified.
duedateFromnullStart of date range based on due dates (inclusive).
duedateTonullEnd of date range based on due dates (inclusive).
createdateFromnullStart of date range based on create dates (inclusive).
createdateTonullEnd of date range based on create dates (inclusive).
completedateFromnullStart of date range based on complete dates (inclusive).
completedateTonullEnd of date range based on complete dates (inclusive).
statusnullThe status of the task. (checked/unchecked)

RESPONSES

status: OK

{"results":[{"globalId":73402911,"id":-12315776,"contentId":-64437499,"status":"adipisicing reprehenderit","creator":"eiusmod adipisicing nostrud elit aliqua","createDate":96545196,"title":"eiusmod Duis","description":"est voluptate consectetur","body":"ut dolor laborum amet in","assignee":"id qui Excepteur veniam","completeUser":"dolor in","dueDate":-37801344,"updateDate":-17760646,"completeDate":-16013738},{"globalId":10778681,"id":56408304,"contentId":-21387009,"status":"ut in nulla","creator":"amet laborum tempor dolor culpa","createDate":-75309367,"title":"esse cillum dolor magna","description":"fugiat","body":"aliqua enim","assignee":"exercitation eiusmod dolore et occaecat","completeUser":"nisi irure incididunt","dueDate":-59867179,"updateDate":535300,"completeDate":-27504056}],"start":92594856,"limit":14573716,"size":-75971688}