Skip to main content

wscollection

Option Set

{
"_id":"ObjectId",
"appid":"string", // Aplication ID
"cid":"string", // Option set ID
"name":"string", // Name
"ops":[{
"k":"string", // key
"v":"string", // Name
"idx":"string", // Sorting
"color":"string", // Color
"score":"double", // Score
"isdel":"bool", // Deleted or not
}}], // Option
"color":"bool", // Enable colorful
"enscore":"bool", // Enable score
"wsids":["string"], // Worksheet IDs
"status":"int", // Status. 1: normal, 9: delete
"caid":"string", // Creator account ID
"ctime":"date", // Date created
}