How to access the image object (signature in my case) of any property of type 'file' using rest api?
Summary:Hi Team,
We have an urgent delivery where I need do send the signature file object as multipart file in the request.
How to access the image object (signature in my case) of any property of type 'file' using rest api?
When I request : https://vfq1.test.fs.ocs.oraclecloud.com/rest/ofscCore/v1/activities/13113/CAF_Section4_Signature/
I get this response which is just meta data:
{
"name": "signature.png",
"size": 17723,
"mediaType": "image/png",
"links": [
{
"rel": "canonical",
"href": "https://vfq1.test.fs.ocs.oraclecloud.com/rest/ofscCore/v1/activities/13113/CAF_Section4_Signature"
},
{
"rel": "alternate",
"href": "https://vfq1.test.fs.ocs.oraclecloud.com/rest/ofscCore/v1/activities/13113/CAF_Section4_Signature"