Skip to main content

apk

Application Basic Information

{
"_id":"ObjectID",
"apkid":"string", // App id
"pid":"string", // Organization id
"apkName":"string", // App package name
"apkNPY":"string", // Chinese phonetic alphabet of the package name (sort and search)
"avatar":"string", // Icon
"color":"string", // Color
"shortDescription": "string", // Abbreviation(obsolete)
"description": "string", // Short description
"status":"int", // Status. 0=disabled, 1=enabled, 2=deleted
"isTemplate":"bool", // Set as a template or not (obsolete)
"templateType":int, // App package type. 1=normal package, 101=bibble package ( obsolete, keep compatible )
"apps":[], //Application id that belongs to this app package
"sourceType":1, // 1=regular, 10=map distribution, 11=install from application library, 12=local copy, 13=import
"sourceId":"string", // Source id
"sourcePid":"string", // Source organization number of the application
"isLock":"bool" , // Whether the application is locked
"fixed":"bool", // Maintaining
"fixRemark":"string", // Maintenance information
"fixCaid":"string", // Maintainer account ID
"extLicence":[] , // Authorization information for the application of distribution type
"goodsId":"string", // Map product package id
"libraryId":"string", // Map application library id
"isImageApk":"bool", // Whether it is the application package of the mirror version when map creating application
"distributeId":"string", // Map distribution id
"appNaviStyle":"int", // Mobile navigation type. 0=default, 1=nine-grid, 2=navigation bar
"pcDisplay":"string", // Display on PC
"webMobileDisplay":"string", // Display on mobile web
"appDisplay":"string", // Display on app
"openApiWhiteList":[], // Whitelist of open api for the application
"caid":"string", // Creator account id
"uaid":"string", // Account id updated by
"ctime":"datetime", // Date created
"utime":"datetime", // Date updated
}