- number
- text
- date
- enum (called a list in the UI)
datetime parameter type requires you use the syntax timestamp '{{block_time_start}}' to cast the parameter to a timestamp.
If you are using bytearrays/binary (0x1234...), then you will still pass it as text through the API but ensure your SQL text puts the parameter without any quotes around it.

