rowsModifiedSince in the C# API

Is there a way to access the rowsModifiedSince in the C# API for GetSheet() function? It does not appear to be available.
Best Answer
-
You're right, the rowsModifiedSince parameter is currently unable to be used with C# SDK.
However, to achieve this, you could use the client passthrough to build your own http request and include this filter.
You can review how to do this here: https://github.com/smartsheet-platform/smartsheet-csharp-sdk/blob/master/ADVANCED.md#passthrough-option
Cheers!
Genevieve
Need more information? π | Help and Learning Center
γγγ«γ‘γ― (Konnichiwa), Hallo, Hola, Bonjour, OlΓ‘, Ciao!π | Global Discussions
Answers
-
You're right, the rowsModifiedSince parameter is currently unable to be used with C# SDK.
However, to achieve this, you could use the client passthrough to build your own http request and include this filter.
You can review how to do this here: https://github.com/smartsheet-platform/smartsheet-csharp-sdk/blob/master/ADVANCED.md#passthrough-option
Cheers!
Genevieve
Need more information? π | Help and Learning Center
γγγ«γ‘γ― (Konnichiwa), Hallo, Hola, Bonjour, OlΓ‘, Ciao!π | Global Discussions