List the canonical field types supported by the reporting backend.
GET
/api/reporting/field-typesRequest
curl
curl -X GET https://platform.trickest.com/api/reporting/field-types \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Catalog of supported field types (logical types, db types, optional aliases)
400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring