EntryTypes

EntryTypes

The following example shows the response format for EntryTypes (Objects) in the Schema APIs. The params describe an EntryType's attributes such as its ID, display name, signular/plural names, APINames, etc.

Response Format

     {
    "apiName": "Deal",
    "singularName": "Deal",
    "pluralName": "Deals",
    "entryListType": 1,
    "entryListSubType": 0,
    "id": 15524,
    "name": "Deal",
    "entryListId": -5
  }

Endpoints