action tl_api_article_get_measure_units { label: "Get mesure units" provider: tl_api method: GET path: "/api/Article/MeasureUnits" encoding: json input: { type: "object" properties: { type: { type: "string" } } additionalProperties: false } output: { type: "object" description: "The DefaultResponseDTO Class.\nContains fields of DefaultResponse DTO in application.\n " properties: { isError: { type: "boolean" } message: { type: "string" } responseException: { type: "object" } result: { type: "object" } } additionalProperties: false } }