curl --location --request GET 'https://openapi.italent.cn/RecruitV6/api/v1/Setting/GetProcessConfigById' \
--header 'Content-Type: application/json' \
--data-raw 'GET /RecruitV6/api/v1/Setting/GetProcessConfigById?processId=756388aa-fa3e-4536-aa14-66f55481a05b'
{
"data": {
"processId": "string",
"processCode": "string",
"processName": "string",
"description": "string",
"status": 0,
"isSystem": true,
"isDefault": true,
"code4Sort": 0,
"phaseList": [
{
"phaseId": "string",
"phaseCode": "string",
"phaseName": "string",
"order": 0,
"statusList": [
{
"statusId": "string",
"statusCode": "string",
"statusName": "string",
"order": 0
}
]
}
]
},
"code": 0,
"message": "string"
}