This folder contains API endpoints for retrieving metadata information about the Loome Portal.
It includes operations to get all available attribute types and entity types, which are essential for understanding the data structure and configuration options available in the application.
You have the option to Get All Entity Types in the custom app. You can view all entity types and their configuration, attributes, and actions.
Retrieves a comprehensive list of all attribute types available in the system. This endpoint is essential for users who need to understand the attribute types that can be utilized within the application and the entity types associated with each attribute.
This endpoint returns an array of attribute type objects, each describing a specific attribute type and its configuration. It is commonly used to dynamically build forms, filters, or to understand the metadata structure of custom applications.
Provide the Loome Portal Url into the endpoint URL and click on Send.

You can view all attributes in the custom app using the Get All Attributes endpoint.
This endpoint retrieves a comprehensive list of entity types from Loome, including detailed information about each entity type and the attributes linked to them. It is useful for users who need to understand the available entity types, their categories, and the structure of their associated attributes for custom app integrations or dynamic UI generation.
Provide the Loome Portal Url into the endpoint URL and click on Send.
