Passing rsql format parameters in K2 SMO for REST service Call

  • 16 January 2020
  • 1 reply
  • 2 views

Badge +5

Hi,

Is it possible to send rsql Format input parameters using SMO rest service call.

I need to pass the input  value in below Format for the POST method .

{
"q": "((searchKeyParameterName=="XXX"; searchKeyParameterValue=="XXX"))",
"extension": {
"sourceSystemName": "XXX",
"searchTypeCode": "XXX"
},
"metadata": {
"offset": 1,
"limit": 5
}
}


Thank you


1 reply

Hi @kathija 


 


How did you solve this problem?


 

Reply