Model touchbasecampaigns
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 | String | | | | | x |
createdAt | Date | | | | | |
from_email | String | | | | | |
from_name | String | | | | | |
name | String | | | | | |
reply_to | String | | | | | |
sent_date | Date | | | | x | |
subject | String | | | | | |
text_url | String | | | | | |
total_recipients | Number | | | | | |
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
}
{
"enumValues": [],
"regExp": null,
"path": "campaign_id",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"campaign_id"
],
"options": {
"unique": true
},
"_index": {
"unique": true
}
}
{
"path": "createdAt",
"instance": "Date",
"validators": [],
"getters": [],
"setters": [
null,
null
],
"_presplitPath": [
"createdAt"
],
"options": {
"immutable": true
},
"_index": null,
"$immutable": true
}
{
"enumValues": [],
"regExp": null,
"path": "from_email",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"from_email"
],
"options": {},
"_index": null
}
{
"enumValues": [],
"regExp": null,
"path": "from_name",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"from_name"
],
"options": {},
"_index": null
}
{
"enumValues": [],
"regExp": null,
"path": "name",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"name"
],
"options": {},
"_index": null
}
{
"enumValues": [],
"regExp": null,
"path": "reply_to",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"reply_to"
],
"options": {},
"_index": null
}
{
"path": "sent_date",
"instance": "Date",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"sent_date"
],
"options": {
"index": true
},
"_index": true
}
{
"enumValues": [],
"regExp": null,
"path": "subject",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"subject"
],
"options": {},
"_index": null
}
{
"enumValues": [],
"regExp": null,
"path": "text_url",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"text_url"
],
"options": {},
"_index": null
}
{
"path": "total_recipients",
"instance": "Number",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"total_recipients"
],
"options": {},
"_index": null
}
{
"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
}