Authorization: Bearer ********************
{
"viewPointId": "string",
"problemName": "string",
"skipCount": 0,
"maxResultCount": 1
}
curl --location --request POST '/api/services/app/design/viewPointProblem/getAll' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"viewPointId": "string",
"problemName": "string",
"skipCount": 0,
"maxResultCount": 1
}'
{
"totalCount": 0,
"items": [
{
"viewPointId": "1f3e3ec9-b577-4002-8e7d-9bef5412409b",
"problemName": "string",
"problemDescribe": "string",
"creationTime": "string",
"creatorUserId": "string",
"creatorUserName": "string",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]
}