WebAPI - Obtain configuration of View-type custom attributes of an Entity

WebAPI - Obtain configuration of View-type custom attributes of an Entity

This method allows you to obtain the configuration of View-type custom attributes of an Entity.

The method to use to obtain this information is: GET - api/{tenantKey}/{orgKey}/settings/customAttributesTypeViews/getCustomAttributesTypeViewBySystemEntity?module=MODULE_NAME&entity=ENTITY

 When this method is successfully executed, it returns an HttpStatusCode.200OK code.




    • Related Articles

    • Example of a custom pipeline configuration

      The Valuekeep pipelines can be customized and configured based on the business model being implemented. Next, we show an example as a webinar:
    • Webapi - How to create a part of the service type?

      This method allows to create a part of the service type in a simplified manner. The method to be used to create a part of the service type is: POST url/api/mytenant/myorganization/businesscore/parts Json example to create a part of the service type: ...
    • WebAPI - Creating a requisition type

      This method allows creating a type of requisition in a simplified manner. The method to be used to create a requisition type is: POST url/api/mytenant/myorganization/requisitionscore/requisitiontypes Json example for creating a type of requisition:  ...
    • WebAPI - How does the OAUTH 2.0 authorization work?

      OAuth 2.0 is a standard authorization protocol that allows applications to access a user's account in a web service (HTTP) such as the Valuekeep CMMS Web API. The protocol delegates user authentication to the service that holds the user's account and ...
    • WebAPI - Creating a request

      This method allows to create a request in a simplified manner. The method to be used when creating a request: POST url/api/mytenant/myorganization/Requests/requests Json example for creating a request: { "requestKey": "00001", "description": "Vidro ...