Authorization: Bearer ********************{
"processName": "string",
"processType": {
"typeName": "string",
"typeDescribe": "string",
"creationTime": "2019-08-24T14:15:22.123Z",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"skipCount": 0,
"maxResultCount": 1
}curl --location --request POST '/api/services/app/process/getAll' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"processName": "string",
"processType": {
"typeName": "string",
"typeDescribe": "string",
"creationTime": "2019-08-24T14:15:22.123Z",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"skipCount": 0,
"maxResultCount": 1
}'{
"totalCount": 0,
"items": [
{
"processName": "string",
"processType": "657ee99f-9495-4550-a475-a649d2155a5b",
"processTypeName": "string",
"processDescribe": "string",
"processForm": "string",
"creationTime": "2019-08-24T14:15:22.123Z",
"creatorUserId": "string",
"creatorUserName": "string",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]
}