Skip to main content
POST
Get Tasks by Workspace ID

Authorizations

x-client-key
string
header
required
x-client-secret
string
header
required

Path Parameters

workspaceId
string<uuid>
required
Example:

"cb363f7e-c52a-4478-911d-f6a6f791090e"

Body

application/json
searchText
string
Example:

"inspection"

offset
integer
Example:

0

limit
integer
Example:

50

groupBy
enum<string>
Available options:
,
taskStatus,
assignees,
AssetId,
LocationId,
priority,
templateSource
advanceFilters
object

Response

Successful response with task data and count grouping

data
object
statusObject
object | null

Present on status-aware task listings; null/absent for the catalog.

notification
boolean | null

Whether unread notifications exist; absent for the catalog.

meta
object