v1

latestOpenAPI 3.0.0Apache-2.02026-07-172384109.4 KB

load encoded object from storage

post/api/v1/workflow/encodedobject/load

Request body

extStoreIdstring
extPathstring
encodingstring
datastring

Example request

{
  "data": "data",
  "extStoreId": "extStoreId",
  "extPath": "extPath",
  "encoding": "encoding"
}

Response

successful operation

extStoreIdstring
extPathstring
encodingstring
datastring

Example response

{
  "data": "data",
  "extStoreId": "extStoreId",
  "extPath": "extPath",
  "encoding": "encoding"
}