ListExecutionMethods
List Execution Methods
List all available methods which can be used as condition for executions.
Response Body
application/json
application/json
curl -X GET "https://loading/v2/actions/executions/methods"{
"methods": [
"string"
]
}{
"code": "not_found",
"message": "string",
"detail": {
"type": "string",
"value": "string",
"debug": {}
}
}Was this page helpful?