GetFlow
curl -X GET "https://loading/flows/string"{
"flow": {
"type": {
"id": "string",
"name": {
"key": "string",
"localizedMessage": "string"
}
},
"details": {
"sequence": 0,
"creationDate": "1s",
"changeDate": "1s",
"resourceOwner": "string"
},
"state": "FLOW_STATE_UNSPECIFIED",
"triggerActions": [
{
"triggerType": {
"id": "string",
"name": {
"key": "string",
"localizedMessage": "string"
}
},
"actions": [
{
"id": "string",
"details": {
"sequence": 0,
"creationDate": "1s",
"changeDate": "1s",
"resourceOwner": "string"
},
"state": "ACTION_STATE_UNSPECIFIED",
"name": "string",
"script": "string",
"timeout": "string",
"allowedToFail": true
}
]
}
]
}
}{
"code": "not_found",
"message": "string",
"detail": {
"type": "string",
"value": "string",
"debug": {}
}
}Was this page helpful?