Model touchbaseliststats
Permissions
User Group | Create? | Read? | Update? | Delete? |
---|
admin | x | x | x | x |
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 | | |
bounces_this_month | Number | | | | | | |
bounces_this_week | Number | | | | | | |
bounces_this_year | Number | | | | | | |
bounces_today | Number | | | | | | |
bounces_yesterday | Number | | | | | | |
createdAt | Date | | | | | | |
date | Date | | | | x | | |
deleted_this_month | Number | | | | | | |
deleted_this_week | Number | | | | | | |
deleted_this_year | Number | | | | | | |
deleted_today | Number | | | | | | |
deleted_yesterday | Number | | | | | | |
new_active_subscribers_this_month | Number | | | | | | |
new_active_subscribers_this_week | Number | | | | | | |
new_active_subscribers_this_year | Number | | | | | | |
new_active_subscribers_today | Number | | | | | | |
new_active_subscribers_yesterday | Number | | | | | | |
total_active_subscribers | Number | | | | | | |
total_bounces | Number | | | | | | |
total_deleted | Number | | | | | | |
total_unsubscribes | Number | | | | | | |
touchbaselist_id | ObjectID | touchbaselist | | | x | | |
uid | String | | | | x | | |
unsubscribes_this_month | Number | | | | | | |
unsubscribes_this_week | Number | | | | | | |
unsubscribes_this_year | Number | | | | | | |
unsubscribes_today | Number | | | | | | |
unsubscribes_yesterday | Number | | | | | | |
updatedAt | Date | | | | | | |
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": []
}
bounces_this_month
{
"path": "bounces_this_month",
"instance": "Number",
"options": {},
"validators": []
}
bounces_this_week
{
"path": "bounces_this_week",
"instance": "Number",
"options": {},
"validators": []
}
bounces_this_year
{
"path": "bounces_this_year",
"instance": "Number",
"options": {},
"validators": []
}
bounces_today
{
"path": "bounces_today",
"instance": "Number",
"options": {},
"validators": []
}
bounces_yesterday
{
"path": "bounces_yesterday",
"instance": "Number",
"options": {},
"validators": []
}
createdAt
{
"path": "createdAt",
"instance": "Date",
"options": {
"immutable": true
},
"validators": []
}
date
{
"path": "date",
"instance": "Date",
"options": {
"index": true
},
"validators": []
}
deleted_this_month
{
"path": "deleted_this_month",
"instance": "Number",
"options": {},
"validators": []
}
deleted_this_week
{
"path": "deleted_this_week",
"instance": "Number",
"options": {},
"validators": []
}
deleted_this_year
{
"path": "deleted_this_year",
"instance": "Number",
"options": {},
"validators": []
}
deleted_today
{
"path": "deleted_today",
"instance": "Number",
"options": {},
"validators": []
}
deleted_yesterday
{
"path": "deleted_yesterday",
"instance": "Number",
"options": {},
"validators": []
}
new_active_subscribers_this_month
{
"path": "new_active_subscribers_this_month",
"instance": "Number",
"options": {},
"validators": []
}
new_active_subscribers_this_week
{
"path": "new_active_subscribers_this_week",
"instance": "Number",
"options": {},
"validators": []
}
new_active_subscribers_this_year
{
"path": "new_active_subscribers_this_year",
"instance": "Number",
"options": {},
"validators": []
}
new_active_subscribers_today
{
"path": "new_active_subscribers_today",
"instance": "Number",
"options": {},
"validators": []
}
new_active_subscribers_yesterday
{
"path": "new_active_subscribers_yesterday",
"instance": "Number",
"options": {},
"validators": []
}
total_active_subscribers
{
"path": "total_active_subscribers",
"instance": "Number",
"options": {},
"validators": []
}
total_bounces
{
"path": "total_bounces",
"instance": "Number",
"options": {},
"validators": []
}
total_deleted
{
"path": "total_deleted",
"instance": "Number",
"options": {},
"validators": []
}
total_unsubscribes
{
"path": "total_unsubscribes",
"instance": "Number",
"options": {},
"validators": []
}
touchbaselist_id
{
"path": "touchbaselist_id",
"instance": "ObjectID",
"options": {
"link": "touchbaselist",
"index": true
},
"validators": []
}
uid
{
"path": "uid",
"instance": "String",
"options": {
"index": true
},
"validators": []
}
unsubscribes_this_month
{
"path": "unsubscribes_this_month",
"instance": "Number",
"options": {},
"validators": []
}
unsubscribes_this_week
{
"path": "unsubscribes_this_week",
"instance": "Number",
"options": {},
"validators": []
}
unsubscribes_this_year
{
"path": "unsubscribes_this_year",
"instance": "Number",
"options": {},
"validators": []
}
unsubscribes_today
{
"path": "unsubscribes_today",
"instance": "Number",
"options": {},
"validators": []
}
unsubscribes_yesterday
{
"path": "unsubscribes_yesterday",
"instance": "Number",
"options": {},
"validators": []
}
updatedAt
{
"path": "updatedAt",
"instance": "Date",
"options": {},
"validators": []
}