action cenit_get_setup_data_type { label: "Returns a list of data types" description: "Returns a list of data types you've previously created. The data types are returned in sorted order, with the most recent DataType appearing first." provider: cenit method: GET path: "/setup/data_type/" encoding: json output: { type: "object" additionalProperties: true } }