Is there a REST function for OpenServerItem?

  • 3 November 2014
  • 2 replies
  • 0 views

Badge +13

K2Conn.Open("localhost");
ServerItem svrItem = K2Conn.OpenServerItem("serialnumber");
svrItem.Finish();

 

 


2 replies

Userlevel 4
Badge +13

Hi Peter,


 


Please have a look at these two document:


http://www.google.co.za/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0CCwQFjAD&url=http%3A%2F%2Fhelp.k2.com%2Ffiles%2F4726&ei=GNFZVLr0Muuu7AamhoDoCg&usg=AFQjCNFjT5afsmBKCa8UZZimASQTy20Djg&bvm=bv.78677474,d.d2s&cad=rja


 


http://www.docin.com/p-736954001.html


 


I hope this is what you are looking for.


 


Kind Regards,


Raymond

Badge +13

Do you know if standard OpenProcess and Update is going to work with the Mgmt API version of OpenServerItem.

I don't see a Finish method?

 

http://help.k2.com/onlinehelp/k2blackpearl/devref/current/webframe.html#ProcessInstancesUpdateProcessInstance.html

 

I don't have REST configured for use at this time.

Reply