Skip to main content

applog

Application Log

{
"_id" : "ObjectId",
"projectId" : "string", // Organization number
"appIds" : [ // Application IDs
"string"
],
"entityid" : "string", // Source ID (reserved parameter)
"logType" : 1, // Log type. 1=normal,2=permissions
"handleType" : 6, // Actions type. 1=add,2=enable,3=disable,4=delete,5=export,6=import,7=delete completely,8=restore
"actionType" : 2, // Log template
"caid" : "string", // Creator account ID
"ctime" : "datetime", // Date created
"msg" : [ // log content, filler content for placeholder in log template
""
]
}
Log TemplateDescription
0[cid] created an application
1[cid] exported 0 application
2[cid] imported 0 application
3[cid] enabled an application
5[cid] disabled an application
7[cid] deleted an application
8[cid] completely deleted an application
9[cid] restored an application
10[cid] completely deleted
11[cid] deleted
12[cid] restored