View all Work Manager Task Commitments by Associated User

get

/api/restapi/workManagerTaskCommitment/user/{applicationUserId}

This endpoint returns work manager task commitments that meet the following requirements:
  • The object is associated with an application user with an ID value that matches the value of the {applicationUserId} path parameter.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : List<ApiEntityWorkManagerTaskCommitment>
Type: array
Title: List<ApiEntityWorkManagerTaskCommitment>
Show Source
Nested Schema : ApiEntityWorkManagerTaskCommitment
Type: object
Title: ApiEntityWorkManagerTaskCommitment
Show Source
Nested Schema : reasons
Type: array
The reasons of a work manager task commitment.
Show Source
Nested Schema : ApiEntityReason
Type: object
Title: ApiEntityReason
Show Source
  • Minimum Length: 1
    Maximum Length: 60
    The abbreviation of the reason for recommitting to a task.
  • appliesTo
    Indicates the type of object the reason is associated to.
  • Allowed Values: [ "OWNED", "INHERITED" ]
    The type of association in the relationship between the reason and the workspace. Possible values are Owned and Inherited.
  • Allowed Values: [ "MANUAL", "AUTOMATIC" ]
    How data is shared between parent and child workspaces.
    Manual: Data can be pulled down by child workspaces. This is the default option.
    Automatic: Data is automatically shared with all child workspaces.
  • The unique identifier of a reason.
  • Minimum Length: 1
    Maximum Length: 255
    The name of the reason for recommitting to a task.
  • Date when the record was last updated.
  • Minimum Length: 0
    Maximum Length: 60
    The user-specified identifier of a workspace.
  • The unique identifier for the workspace.The workspace object can also be identified by its unique criteria.
Nested Schema : appliesTo
Type: array
Indicates the type of object the reason is associated to.
Show Source

204 Response

Successful operation with no content.

404 Response

The requested work manager task commitment does not exist, or you do not have access to it.
Back to Top