• REST API api/entities/<entityname> response body

    When consuming 1IM REST API endpoint  /api/entities/<entityname> ( being entityname a ReadOnly view)

    on GET request i would like to exclude the ootb attributes marked in brown from the JSON response and return only the attributes within "values" object…

  • Filter functionality on additional properties in HandleGetByQuery

    Hello,

    is it possible to get filter functionalities on additional columns by using the HandleGetByQuery method? Lets say i have an endpoint like:

    builder.AddMethod(Method
    		.Define("endpoint...")
    		.HandleGetByQuery("CCC_MyTable")
    		.WithResultColumns…