get https://<<tenantUriId>>.api.chassi.com/<<applicationSpaceUriId>>/lifecycle/<<serviceUriVersion>>/entity-type-identifiers
Returns a list of EntityType that represents Internal Chassi entities, such as Customer and Contact.
[
{
"entityType": "Contact",
"entityTypeIdentifier": "contactId"
},
{
"entityType": "Customer",
"entityTypeIdentifier": "customerId"
},
{
"entityType": "CustomerContact",
"entityTypeIdentifier": "customerContactId"
}
]