Entry Type by ID
GET {{host}}/api/rest/v4/schema/entryTypes/{{entryTypeId}}Returns details for a entry type based on the ID. Accepts both numerical fieldID and apiNames.
Params
| Name | Param Type | Data Type | Values | 
|---|---|---|---|
| entryTypeId | path | int / string | 2013 / interaction | 
Request
GET {{host}}/api/rest/v4/schema/entryTypes/{{entryTypeId}}
Authorization: Bearer {{token}}Response
{
  "apiName": "Interaction",
  "singularName": "Interaction",
  "pluralName": "Interactions",
  "entryListType": 4,
  "entryListSubType": 11,
  "id": 2013,
  "name": "Interaction",
  "entryListId": -5
}