latestOpenAPI 3.1.02026-08-171503582.2 MB
6199a9464227
My Work
Search My Work items
Searches work items with complex filtering. Supports multi-value filters for assignees, types, and workflows, plus free-text search and sorting.
post/work/items/search
Query parameters
_string
Opaque pagination cursor. Take this value from the previous response's links[] entry whose name is "next" (typically just follow that link's href instead of reading this value). Omit on the first page. If the previous response had no next link, there are no more pages.
Request body
Response
Example response
{
"data": [
{
"id": "iSsybs4rrlbcd29vCbhIGA",
"workflowId": "iSsybs4rrlbcd29vCbhIGA",
"assignees": [
{
"id": "naAJxoDIuwdgNsQHGRRGqA",
"email": "jane.doe@example.com",
"username": "Jane Doe"
}
],
"links": [
{
"href": "https://api.process.st/api/v1.1/resource/XXX"
}
]
}
],
"links": [
{
"href": "https://api.process.st/api/v1.1/resource/XXX"
}
]
}