get https://{hostname}/config//entityTypes/
Provides a way to return information about an entity type associated with an application. Entity types are the databases that store user profile information.
Responses
Provides a way to return information about an entity type associated with an application. Entity types are the databases that store user profile information.
xxxxxxxxxx
curl --request GET \
--url https://hostname/config/app_id/entityTypes/entity_type \
--header 'accept: application/json'
xxxxxxxxxx
{
"_self": "/config/htb8fuhxnf8e38jrzub3c7pfrr/entityTypes/test",
"_attributes": "/config/htb8fuhxnf8e38jrzub3c7pfrr/entityTypes/test/attributes"
}