Skip to main content
Nintex Community Menu Bar

Passing rsql format parameters in K2 SMO for REST service Call

  • January 16, 2020
  • 1 reply
  • 12 views

Forum|alt.badge.img+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?