Skip to main content

I created smartobject with 1 input paramter.  It return me details as list method when executed with input paramter.

 

Now i exposed SMO as OData but i am not able to pass input parameter in url.

Can any one please tell me how to pass input parameter in URL?

https://k2.denallix.com/api/odata/v3/SmartobejctName?RequestId=123

Hi there,

If this requestID is the primary ID of the Smartobject then all you need to do is put the URL as https://k2.denallix.com/api/odata/v3/SmartobejctName/RequestID


Reply