Model devices
Permissions
User Group | Create? | Read? | Update? | Delete? |
---|
admin | x | x | x | x |
owner | x | x | x | x |
user | x | x | | |
all | | | | |
Fields
Name | Type | Link | Maps To | Default | Indexed? | Unique? | Required? |
---|
__v | Number | | | | | | |
_deleted | Boolean | | | false | x | | |
_id | ObjectID | | | [Function] | | | |
_owner_id | ObjectID | User | _owner | | x | | |
_updated_by_id | ObjectID | User | _updated_by | | x | | |
browser | String | | | | | | |
browser_version | String | | | | | | |
count | Number | | | | | | |
createdAt | Date | | | | | | |
os | String | | | | | | |
os_version | String | | | | | | |
platform | String | | | | | | |
reader_id | ObjectID | reader | | | x | | |
uid | String | | | | x | | |
updatedAt | Date | | | | | | |
user_agent | String | | | | | | |
wordpress_id | Number | | | | x | | |
Field Details
__v
{
"path": "__v",
"instance": "Number",
"options": {},
"validators": []
}
_deleted
{
"path": "_deleted",
"instance": "Boolean",
"options": {
"default": false,
"index": true
},
"validators": [],
"defaultValue": false
}
_id
{
"path": "_id",
"instance": "ObjectID",
"options": {
"auto": true,
"type": "ObjectId"
},
"validators": [],
"defaultValue": "[Function]"
}
_owner_id
{
"path": "_owner_id",
"instance": "ObjectID",
"options": {
"link": "User",
"map_to": "_owner",
"index": true
},
"validators": []
}
_updated_by_id
{
"path": "_updated_by_id",
"instance": "ObjectID",
"options": {
"link": "User",
"map_to": "_updated_by",
"index": true
},
"validators": []
}
browser
{
"path": "browser",
"instance": "String",
"options": {},
"validators": []
}
browser_version
{
"path": "browser_version",
"instance": "String",
"options": {},
"validators": []
}
count
{
"path": "count",
"instance": "Number",
"options": {},
"validators": []
}
createdAt
{
"path": "createdAt",
"instance": "Date",
"options": {
"immutable": true
},
"validators": []
}
os
{
"path": "os",
"instance": "String",
"options": {},
"validators": []
}
os_version
{
"path": "os_version",
"instance": "String",
"options": {},
"validators": []
}
platform
{
"path": "platform",
"instance": "String",
"options": {},
"validators": []
}
reader_id
{
"path": "reader_id",
"instance": "ObjectID",
"options": {
"link": "reader",
"index": true
},
"validators": []
}
uid
{
"path": "uid",
"instance": "String",
"options": {
"index": true
},
"validators": []
}
updatedAt
{
"path": "updatedAt",
"instance": "Date",
"options": {},
"validators": []
}
user_agent
{
"path": "user_agent",
"instance": "String",
"options": {},
"validators": []
}
wordpress_id
{
"path": "wordpress_id",
"instance": "Number",
"options": {
"index": true
},
"validators": []
}