bbc3524dd9de267971c8d9d3cf525873e89a0c8d
Added `GetDynamicAsync` methods to `ProfileApi`, `RecActionApi`, and `ResultApi` to enable dynamic payload deserialization. These methods support optional parameters for filtering and are conditionally compiled for `NETFRAMEWORK` and other frameworks, with nullable reference type support where applicable. Internally, they reuse the existing `GetAsync<object>` method for data retrieval.
Description
Languages
C#
100%