Authorization: ********************{
"workflowId": "string",
"stageId": "string"
}curl --location --request POST 'https://api.qal.eazy2biz.com/v1/stages/stageForm' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"workflowId": "string",
"stageId": "string"
}'{
"RO": [
{
"_id": "string",
"name": "string",
"type": "NUMBER",
"ownerId": "string",
"helpText": "string",
"fieldConfigurations": {
"defaultValue": "string",
"groupCorrelationKey": "string",
"correlationKey": "string",
"otherConfigurations": {}
},
"validations": [
{
"fieldValidationType": "REQUIRED",
"validationValue": "string"
}
]
}
],
"RW": [
{
"_id": "string",
"name": "string",
"type": "NUMBER",
"ownerId": "string",
"helpText": "string",
"fieldConfigurations": {
"defaultValue": "string",
"groupCorrelationKey": "string",
"correlationKey": "string",
"otherConfigurations": {}
},
"validations": [
{
"fieldValidationType": "REQUIRED",
"validationValue": "string"
}
]
}
]
}