get.myview Filter Payload using @whereclause

get.myview can now receive a structured filter payload through the @whereclause parameter. This allows callers to pass business-readable JSON filters rather than manually constructing SQL WHERE clauses. Example Payload Structure The filter payload currently supports two main sections: objectseq The objectseq section is used to filter values embedded inside the OBJECT_SEQ JSON structure. Example OBJECT_SEQ … Read more