{
"projectId": "string"
}
curl --location --request POST '/api/application/getAuditLogList' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{
"projectId": "string"
}'
{
"code": 0,
"message": "string",
"data": {
"items": [
{
"auditId": "string",
"orgId": "string",
"action": 0,
"content": "string",
"uid": "string",
"accountName": "string",
"accountType": "string",
"userState": 0,
"answers": [
{
"questionId": "string",
"answer": [
"string"
],
"remark": "string"
}
],
"createTime": 0
}
]
}
}