Root Schema : task
Type: object
Show Source { "required":[ "href", "mediaType", "rel" ], "type":"object", "properties":{ "href":{ "type":"string", "format":"uri" }, "linkId":{ "type":"string" }, "hreflang":{ "type":"string" }, "length":{ "type":"integer", "format":"int32" }, "rel":{ "type":"string" }, "title":{ "type":"string" }, "type":{ "type":"string" }, "mediaType":{ "type":"string" }, "actionList":{ "type":"array", "items":{ "$ref":"#/components/schemas/TaskActionLink" } }, "permissions":{ "type":"array", "items":{ "type":"string" } }, "assignedDate":{ "type":"string" }, "createdBy":{ "type":"string" }, "dueDate":{ "type":"string" }, "fromUserDisplayName":{ "type":"string" }, "fromUserName":{ "type":"string" }, "groupByName":{ "type":"string" }, "groupByValue":{ "type":"string" }, "number":{ "type":"integer", "format":"int32" }, "priority":{ "type":"integer", "format":"int32" }, "taskId":{ "type":"string" }, "taskDefinitionName":{ "type":"string" }, "taskNamespace":{ "type":"string" }, "titlePrefix":{ "type":"string", "description":"shown only for current assignee or creator of task" }, "createdDate":{ "type":"string" }, "state":{ "type":"string" }, "ownerGroup":{ "type":"string" }, "ownerRole":{ "type":"string" }, "ownerUser":{ "type":"string" }, "applicationName":{ "type":"string" }, "assignees":{ "$ref":"#/components/schemas/CollectionIdentity" }, "attachments":{ "type":"array", "items":{ "$ref":"#/components/schemas/Attachment" } }, "history":{ "$ref":"#/components/schemas/TaskHistories" }, "comments":{ "$ref":"#/components/schemas/Comments" }, "payload":{ "$ref":"#/components/schemas/TaskSummaryField" }, "links":{ "type":"array", "items":{ "$ref":"#/components/schemas/Link" } }, "detailsURL":{ "$ref":"#/components/schemas/Link" }, "hasSubTasksFlag":{ "type":"boolean", "default":false }, "outcome":{ "type":"string" }, "startDate":{ "type":"string" }, "identificationKey":{ "type":"string" }, "updatedDate":{ "type":"string" }, "getcListURL":{ "$ref":"#/components/schemas/Link" }, "formMetadata":{ "type":"string" }, "externalUIURL":{ "type":"string" }, "rootTaskNumber":{ "type":"string" }, "applicationContext":{ "type":"string" } }, "xml":{ "name":"task", "namespace":"http://xmlns.oracle.com/bpm/rest/tasks" } }
Nested Schema : actionList
Type: array
Show Source { "type":"array", "items":{ "$ref":"#/components/schemas/TaskActionLink" } }
Nested Schema : Collection
Type: object
Show Source { "type":"object", "properties":{ "totalResult":{ "type":"boolean", "default":false }, "limit":{ "type":"integer", "format":"int32" }, "userLink":{ "$ref":"#/components/schemas/Link" }, "count":{ "type":"integer", "format":"int32" }, "offset":{ "type":"integer", "format":"int32" }, "hasMore":{ "type":"boolean", "default":false }, "items":{ "type":"array", "items":{ "$ref":"#/components/schemas/Identity" } }, "links":{ "type":"array", "items":{ "$ref":"#/components/schemas/Link" } } }, "xml":{ "name":"Collection", "namespace":"http://xmlns.oracle.com/bpm/rest/v3/common/" } }
Nested Schema : attachments
Type: array
Show Source { "type":"array", "items":{ "$ref":"#/components/schemas/Attachment" } }
Nested Schema : link
Type: object
Show Source { "type":"object", "properties":{ "href":{ "type":"string", "description":"href of the provided link", "format":"uri" }, "rel":{ "type":"string", "description":"relationship with the returned resource", "example":"self" } }, "xml":{ "name":"link", "namespace":"http://xmlns.oracle.com/bpm/rest" } }
Nested Schema : taskHistories
Type: object
Show Source { "type":"object", "properties":{ "taskHistory":{ "type":"array", "items":{ "$ref":"#/components/schemas/TaskHistory" } } }, "xml":{ "name":"taskHistories", "namespace":"http://xmlns.oracle.com/bpm/rest/tasks" } }
Nested Schema : links
Type: array
Show Source { "type":"array", "items":{ "$ref":"#/components/schemas/Link" } }
Nested Schema : payload
Type: object
Show Source { "type":"object", "properties":{ "summaryFields":{ "type":"array", "items":{ "$ref":"#/components/schemas/GenericMap" } }, "comment":{ "type":"string" }, "priority":{ "type":"integer", "format":"int32" }, "xmlPayload":{ "type":"string" } }, "xml":{ "name":"payload", "namespace":"http://xmlns.oracle.com/bpm/rest/tasks" } }
Nested Schema : permissions
Type: array
Show Source { "type":"array", "items":{ "type":"string" } }
Nested Schema : taskactionlink
Type: object
Show Source { "required":[ "href", "mediaType", "rel" ], "type":"object", "properties":{ "href":{ "type":"string", "format":"uri" }, "linkId":{ "type":"string" }, "hreflang":{ "type":"string" }, "length":{ "type":"integer", "format":"int32" }, "rel":{ "type":"string" }, "title":{ "type":"string" }, "type":{ "type":"string" }, "mediaType":{ "type":"string" } }, "xml":{ "name":"taskactionlink", "namespace":"http://xmlns.oracle.com/bpm/rest/tasks" } }
Nested Schema : items
Type: array
Show Source { "type":"array", "items":{ "$ref":"#/components/schemas/Identity" } }
Nested Schema : links
Type: array
Show Source { "type":"array", "items":{ "$ref":"#/components/schemas/Link" } }
Nested Schema : identity
Type: object
Show Source { "type":"object", "properties":{ "id":{ "type":"string" }, "type":{ "type":"string" }, "email":{ "type":"string" }, "identity":{ "$ref":"#/components/schemas/Link" }, "firstName":{ "type":"string" }, "lastName":{ "type":"string" }, "middleName":{ "type":"string" }, "mobile":{ "type":"string" }, "workPhone":{ "type":"string" } }, "xml":{ "name":"identity", "namespace":"http://xmlns.oracle.com/bpm/rest/identities" } }
Nested Schema : attachment
Type: object
Show Source { "type":"object", "properties":{ "href":{ "type":"string", "format":"uri" }, "rel":{ "type":"string" }, "attachmentName":{ "type":"string" }, "content":{ "type":"string" }, "mimeType":{ "type":"string" }, "attachmentScope":{ "type":"string" }, "docAttributes":{ "type":"array", "items":{ "$ref":"#/components/schemas/GenericMap" } }, "input":{ "type":"string" }, "uri":{ "$ref":"#/components/schemas/Link" } }, "xml":{ "name":"attachment", "namespace":"http://xmlns.oracle.com/bpm/rest/tasks" } }
Nested Schema : docAttributes
Type: array
Show Source { "type":"array", "items":{ "$ref":"#/components/schemas/GenericMap" } }
Nested Schema : genericMap
Type: object
Show Source { "type":"object", "properties":{ "dataType":{ "type":"string" }, "name":{ "type":"string" }, "readOnly":{ "type":"string" }, "value":{ "type":"string" }, "displayName":{ "type":"string" }, "category":{ "type":"string" } }, "xml":{ "name":"genericMap", "namespace":"http://xmlns.oracle.com/bpm/rest/tasks" } }
Nested Schema : taskHistory
Type: array
Show Source { "type":"array", "items":{ "$ref":"#/components/schemas/TaskHistory" } }
Nested Schema : taskHistory
Type: object
Show Source { "type":"object", "properties":{ "actionName":{ "type":"string" }, "displayName":{ "type":"string" }, "userId":{ "type":"string" }, "pattern":{ "type":"string" }, "reason":{ "type":"string" }, "updatedDate":{ "type":"string" } }, "xml":{ "name":"taskHistory", "namespace":"http://xmlns.oracle.com/bpm/rest/tasks" } }
Nested Schema : summaryFields
Type: array
Show Source { "type":"array", "items":{ "$ref":"#/components/schemas/GenericMap" } }