Skip to main content

groupsort

Groupinng and Sorting in Organization

{
"_id" : "ObjectId",
"projectId" : "string", // Organization number
"type" : 2, // Sorting type. 1=starred group,2=network
"sortindex" : [ // Sorting entity
{
"_id" : "string", // Group ID
"no" : 0 // Sequence number
}
],
"caid" : "string", // Creator account ID
"ctime" : "datetime", // Date created
"utime" : "datetime", // Date updated
}