Authorization: ********************
{
"workflowId": "string",
"stageId": "string"
}
curl --location --request POST 'https://api.qal.eazy2biz.com/v1/stages/stageForm' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--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"
}
]
}
]
}