Set the current user's default view based on the model name and view ID: {"modelName": "Employee", "viewId": 1}
Request
Body Params application/json
{
"model": "string",
"viewId": 0
}
Request Code Samples
curl --location --request POST '/SysView/setDefaultView' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "string",
"viewId": 0
}'
Responses
{
"code": 0,
"data": {
"checksum": "string",
"fileId": "string",
"fileName": "string",
"fileType": "JPG",
"size": 0,
"url": "string"
},
"message": "string"
}
Modified at 2025-04-04 11:36:48