{
"type": "string",
"pageNo": "string",
"numPerPage": "string",
"section": "string",
"roleType": "string"
}
curl --location --request POST 'http://192.168.102.224/api/openapi-aiappraise-common-1-11-release/project/fetch' \
--header 'Access-Token: {{Access-Token}}' \
--header 'Current-Org-Id: TWPAAS1200000000394' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "string",
"pageNo": "string",
"numPerPage": "string",
"section": "string",
"roleType": "string"
}'
{
"pageInfo": {
"pageNum": 0,
"pageSize": 0,
"total": 0,
"pages": 0,
"list": [
{
"projectId": "string",
"projectName": "string",
"description": "string",
"status": "string",
"creatorId": "string",
"createTime": "string",
"lastModifyTime": "string",
"orgId": "string",
"source": "string",
"startDate": "string",
"endDate": "string",
"termId": "string",
"termName": "string",
"commentLevel": 0
}
]
},
"serverResult": {
"resultCode": "string",
"resultMessage": "string"
}
}