Model touchbaseevents
Permissions
User Group | Create? | Read? | Update? | Delete? |
---|
admin | x | x | x | x |
Fields
Name | Type | Link | Maps To | Default | Indexed? | Unique? |
---|
__v | Number | | | | | |
_deleted | Boolean | | | false | x | |
_id | ObjectID | | | function defaultId() {
return new oid();
} | | |
_owner_id | ObjectID | User | _owner | | x | |
_updated_by_id | ObjectID | User | _updated_by | | x | |
campaign_id | ObjectID | touchbasecampaign | | | | |
city | String | | | | | |
country_code | String | | | | | |
country_name | String | | | | | |
createdAt | Date | | | | | |
email | String | | | | | |
event | String | | | | | |
ip_address | String | | | | | |
latitude | String | | | | | |
list_id | ObjectID | touchbaselist | | | | |
longitude | String | | | | | |
region | String | | | | | |
timestamp | Date | | | | x | |
touchbase_campaign_id | String | | | | | |
touchbase_list_id | String | | | | | |
uid | String | | | | | x |
updatedAt | Date | | | | | |
url | String | | | | | |
Raw definition
{
"path": "__v",
"instance": "Number",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"__v"
],
"options": {},
"_index": null
}
{
"path": "_deleted",
"instance": "Boolean",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"_deleted"
],
"options": {
"default": false,
"index": true
},
"_index": true,
"defaultValue": false
}
{
"path": "_id",
"instance": "ObjectID",
"validators": [],
"getters": [],
"setters": [
null
],
"_presplitPath": [
"_id"
],
"options": {
"auto": true,
"type": "ObjectId"
},
"_index": null
}
{
"path": "_owner_id",
"instance": "ObjectID",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"_owner_id"
],
"options": {
"link": "User",
"map_to": "_owner",
"index": true
},
"_index": true
}
{
"path": "_updated_by_id",
"instance": "ObjectID",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"_updated_by_id"
],
"options": {
"link": "User",
"map_to": "_updated_by",
"index": true
},
"_index": true
}
{
"path": "campaign_id",
"instance": "ObjectID",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"campaign_id"
],
"options": {
"link": "touchbasecampaign"
},
"_index": null
}
{
"enumValues": [],
"regExp": null,
"path": "city",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"city"
],
"options": {},
"_index": null
}
{
"enumValues": [],
"regExp": null,
"path": "country_code",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"country_code"
],
"options": {},
"_index": null
}
{
"enumValues": [],
"regExp": null,
"path": "country_name",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"country_name"
],
"options": {},
"_index": null
}
{
"path": "createdAt",
"instance": "Date",
"validators": [],
"getters": [],
"setters": [
null,
null
],
"_presplitPath": [
"createdAt"
],
"options": {
"immutable": true
},
"_index": null,
"$immutable": true
}
{
"enumValues": [],
"regExp": null,
"path": "email",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"email"
],
"options": {
"email": true
},
"_index": null
}
{
"enumValues": [],
"regExp": null,
"path": "event",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"event"
],
"options": {},
"_index": null
}
{
"enumValues": [],
"regExp": null,
"path": "ip_address",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"ip_address"
],
"options": {},
"_index": null
}
{
"enumValues": [],
"regExp": null,
"path": "latitude",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"latitude"
],
"options": {},
"_index": null
}
{
"path": "list_id",
"instance": "ObjectID",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"list_id"
],
"options": {
"link": "touchbaselist"
},
"_index": null
}
{
"enumValues": [],
"regExp": null,
"path": "longitude",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"longitude"
],
"options": {},
"_index": null
}
{
"enumValues": [],
"regExp": null,
"path": "region",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"region"
],
"options": {},
"_index": null
}
{
"path": "timestamp",
"instance": "Date",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"timestamp"
],
"options": {
"index": true
},
"_index": true
}
{
"enumValues": [],
"regExp": null,
"path": "touchbase_campaign_id",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"touchbase_campaign_id"
],
"options": {},
"_index": null
}
{
"enumValues": [],
"regExp": null,
"path": "touchbase_list_id",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"touchbase_list_id"
],
"options": {},
"_index": null
}
{
"enumValues": [],
"regExp": null,
"path": "uid",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"uid"
],
"options": {
"unique": true
},
"_index": {
"unique": true
}
}
{
"path": "updatedAt",
"instance": "Date",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"updatedAt"
],
"options": {},
"_index": null
}
{
"enumValues": [],
"regExp": null,
"path": "url",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"url"
],
"options": {},
"_index": null
}