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