Get an attachment.
disposition | string or null Default: "attachment" The content-disposition for the requested file. For |
Successful operation
Not Found
{- "success": false,
- "error": {
- "status": 404,
- "message": "Oops! The requested file could not be found.",
- "code": 0
}, - "timestamp": 1660209950641
}
Update an attachment.
Successful operation
Not Found
Unprocessable Content
{- "name": "falcon_contract.pdf"
}
{- "success": true,
- "hash": "309da39c208b9cca615e8363eb7e56b5274c0c06",
- "data": {
- "id": 26,
- "hash": "8a46a135d200f5fba5603f9cb1201dbccb01df2a",
- "name": "falcon_contract.pdf",
- "extension": "pdf",
- "mime": "application/pdf",
- "size": 527267,
- "checksum": "3cfd50c8f73e1ef11fdac50a979586e2626610c6d7d8c8e4a9e404869554c8cc",
- "created_time": "2022-08-11T09:17:25.000000Z",
- "modified_time": "2022-08-11T09:17:42.000000Z",
- "modified_user_time": "2022-08-11T09:17:42.000000Z",
- "model": "Attachment",
- "modified_user": {
- "id": 1,
- "hash": "8db560a23013ff54838d45e59a3f3f39f6720c86",
- "name": "Olli Kahn",
- "first_name": "Olli",
- "last_name": "Kahn",
- "position": "CEO",
- "department": "Engine room",
- "organization": "Nordantech",
- "email": "titan@nordantech.com",
- "status": 1,
- "created_time": "2022-05-04T16:51:37.000000Z",
- "modified_time": "2022-05-23T12:18:17.000000Z",
- "modified_user_time": "2022-05-23T12:18:17.000000Z",
- "model": "User"
}
}, - "timestamp": 1660209462494
}
Restore an attachment.
Successful operation
Not Found
{- "success": true,
- "hash": "8739602554c7f3241958e3cc9b57fdecb474d508",
- "data": { },
- "timestamp": 1660210113096
}