Retrieve Task Attachments
get
/bpm/api/4.0/tasks/{id}/attachments
Retrieves task attachments. If Oracle Content and Experience (documents) is enabled for this task, attachments do not apply.
Request
Path Parameters
- id(required): string Task ID
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Success
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: string (uri) href of the provided link
- rel: string relationship with the returned resourceExample:
self
400 Response
The tasknumber is invalid.
401 Response
Unauthorized
404 Response
Attachments not found for task
500 Response
Internal Server Error