action tl_api_test_get { label: "Get the all Test objects.\n " provider: tl_api method: GET path: "/api/Test" encoding: json output: { type: "object" description: "The TestDTO Class.\nContains relevant fields of Test DTO by masking actual Test entity's fields in application.\n " properties: { id: { type: "integer" format: "int32" description: "Id of the Test object\n " } } additionalProperties: false } }