Update a workflow task assignment
patch
/fscmRestApi/resources/11.13.18.05/publicSectorWorklistTaskAssignments/{publicSectorWorklistTaskAssignmentsUniqID}
Request
Supported Media Types
- application/vnd.oracle.adf.resourceitem+json
- application/json
Path Parameters
-
publicSectorWorklistTaskAssignmentsUniqID: integer
This is the hash key of the attributes which make up the composite key--- LoginUserId and TaskId ---for the Worklist Task Assignments resource and used to uniquely identify an instance of Worklist Task Assignments. The client should not generate the hash key value. Instead, the client should query on the Worklist Task Assignments collection resource with a filter on the primary key values in order to navigate to a specific instance of Worklist Task Assignments.
For example: publicSectorWorklistTaskAssignments?q=LoginUserId=<value1>;TaskId=<value2>
The following table describes the body parameters in the request for this task.
Root Schema : publicSectorWorklistTaskAssignments-item
Type:
Show Source
object
-
AssignedBy(optional):
string
Maximum Length:
100
The user name of the user who assigned this workflow task. -
AssignedDate(optional):
string(date-time)
The date on which the workflow task was assigned.
-
Assignee(optional):
string
Maximum Length:
100
The user name of the user to whom the workflow task has been currently assigned. -
AssignmentType(optional):
string
Maximum Length:
10
Indicates the assignment type for the workflow task. This determines whether the workflow task belongs to the user or to his group. Valid values are MY, MY_ONLY or GROUP. -
links(optional):
array Items
Title:
Items
Link Relations -
LoginUserId(optional):
string
Maximum Length:
100
The user ID of the user who can view the workflow task. -
TaskId(optional):
integer(int64)
The task ID for the workflow task.
Nested Schema : link
Type:
Show Source
object
-
href(optional):
string
Title:
hyperlink reference
The URI to the related resource. -
rel(optional):
string
Title:
relation
The name of the relation to the resource instance. Example: self.
Response
Supported Media Types
- application/vnd.oracle.adf.resourceitem+json
- application/json
Default Response
The following table describes the default response for this task.
Root Schema : publicSectorWorklistTaskAssignments-item
Type:
Show Source
object
-
AssignedBy(optional):
string
Maximum Length:
100
The user name of the user who assigned this workflow task. -
AssignedDate(optional):
string(date-time)
The date on which the workflow task was assigned.
-
Assignee(optional):
string
Maximum Length:
100
The user name of the user to whom the workflow task has been currently assigned. -
AssignmentType(optional):
string
Maximum Length:
10
Indicates the assignment type for the workflow task. This determines whether the workflow task belongs to the user or to his group. Valid values are MY, MY_ONLY or GROUP. -
links(optional):
array Items
Title:
Items
Link Relations -
LoginUserId(optional):
string
Maximum Length:
100
The user ID of the user who can view the workflow task. -
TaskId(optional):
integer(int64)
The task ID for the workflow task.
Nested Schema : link
Type:
Show Source
object
-
href(optional):
string
Title:
hyperlink reference
The URI to the related resource. -
rel(optional):
string
Title:
relation
The name of the relation to the resource instance. Example: self.