Skip to main content

wsfilter

Filter

{
"_id":"ObjectID",
"wsid": "string", // Worksheet ID
"type":"int", // Type. 1: personal, 2: public
"module":"int", // Type. 0-1: worksheet, 2: statistics
"name":"string", // Name
"status":"int", // Status. 1: normal, 9: delete
"items":[] , // Filter items. Refer to the filter parameters in the worksheet
"ctime":"datetime", // Date created
"caid":"string", // Creator account ID
}