load encoded object from storage
post/api/v1/workflow/encodedobject/load
Request body
Example request
{
"data": "data",
"extStoreId": "extStoreId",
"extPath": "extPath",
"encoding": "encoding"
}Response
successful operation
Example response
{
"data": "data",
"extStoreId": "extStoreId",
"extPath": "extPath",
"encoding": "encoding"
}