Skip to main content

appshare

Application Sharing

{
"_id" : "ObjectId",
"shareId" : "string", // Sharing ID
"sourceId" : "string", // Sharing source ID
"sourceType" : 22, // Source type. 11=application library,21=custom page,22=worksheet,31=chart
"appId" : "string", // Application ID
"isDel" : boolean, // Deleted or not
"caid" : "string", // Creator account ID
"uaid" : "string", // Modifier account ID
"ctime" : "datetime", // Date created
"utime" : "datetime" // Date modified
}