Site Metadata
System Entry Types

System Entry Types

GET {{host}}/api/rest/v4/schema/systementrytypes

All entry types in the system are based on Entity. Some entry types offer additional features and workflows. Standard entry types can serve as templates for creating new entry types, each with its own set of default fields. Except for the Name field, all other fields can be removed. To confirm the actual attributes of an entry type, always review its fields.

Params

None

Request

GET {{host}}/api/rest/v4/schema/systementrytypes
Authorization: Bearer {{token}}

Response

[
  {
    "id": 0,
    "name": "None",
    "entryListId": 0
  },
  {
    "id": 1,
    "name": "Entity",
    "entryListId": 0
  },
  {
    "id": 2,
    "name": "Relationship",
    "entryListId": 0
  },
  {
    "id": 3,
    "name": "Person",
    "entryListId": 0
  },
  {
    "id": 4,
    "name": "Activity",
    "entryListId": 0
  },
  {
    "id": 5,
    "name": "Document",
    "entryListId": 0
  },
  {
    "id": 6,
    "name": "Aggregation",
    "entryListId": 0
  },
  {
    "id": 7,
    "name": "Attachment",
    "entryListId": 0
  },
  {
    "id": 8,
    "name": "Task",
    "entryListId": 0
  },
  {
    "id": 9,
    "name": "Email",
    "entryListId": 0
  },
  {
    "id": 10,
    "name": "Contacts",
    "entryListId": 0
  },
  {
    "id": 11,
    "name": "Events",
    "entryListId": 0
  },
  {
    "id": 12,
    "name": "Companies",
    "entryListId": 0
  },
  {
    "id": 13,
    "name": "User",
    "entryListId": 0
  },
  {
    "id": 14,
    "name": "Campaigns",
    "entryListId": 0
  },
  {
    "id": 15,
    "name": "CampaignGroups",
    "entryListId": 0
  },
  {
    "id": 16,
    "name": "MarketingStatistics",
    "entryListId": 0
  },
  {
    "id": 17,
    "name": "LandingPages",
    "entryListId": 0
  },
  {
    "id": 18,
    "name": "PageViews",
    "entryListId": 0
  },
  {
    "id": 19,
    "name": "Sequences",
    "entryListId": 0
  },
  {
    "id": 21,
    "name": "ColleagueRelationships",
    "entryListId": 0
  }
]