Add a Task Attachment
post
/bpm/api/4.0/tasks/{id}/attachments
Adds an attachment to a task.
If Oracle Content and Experience (documents) is enabled for this task, attachments do not apply.
Request
Path Parameters
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Attachment successfully added
Root Schema : Collection
Type:
Show Source
object
-
count: integer
(int32)
-
hasMore: boolean
Default Value:
false
-
items: array
items
-
limit: integer
(int32)
-
links: array
links
-
offset: integer
(int32)
-
totalResult: boolean
Default Value:
false
-
userLink: object
Link
Nested Schema : Link
Type:
Show Source
object
-
href(required): string
-
rel(required): string
Allowed Values:
[ "self", "cancel", "forceCancel", "hold", "release", "subscribe", "permissions", "executionStatus" ]
400 Response
Bad request
401 Response
Unauthorized
404 Response
Task not found
409 Response
Stale task object found
500 Response
Internal Server Error