Authorization: Bearer ********************{
"projectIds": [
"string"
],
"status": "string",
"skipCount": 0,
"maxResultCount": 1
}curl --location --request POST '/api/services/app/personalWorkbench/getMessage' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"projectIds": [
"string"
],
"status": "string",
"skipCount": 0,
"maxResultCount": 1
}'{
"totalCount": 0,
"items": [
{
"messageId": "8540d774-4863-4d2b-b788-4ecb19412e85",
"title": "string",
"content": "string",
"status": "1",
"source": "0",
"type": "1",
"extensionData": "string",
"creationTime": "2019-08-24T14:15:22.123Z",
"creatorUserName": "string",
"sourceId": "string",
"projectId": "string",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]
}