how to call SharePoint listdata.svc REST from SmartObject


Badge +2

Hi

 

Im looking at a way to call a REST service in SharePoint and thought I nearly had it but after some reading its not obvious.

 

Problem is I dont want to use K2 Site feature to create smartobject - instead I need to call it in this manner below which works:

 

http://sharepoint/mycollection/mysite/_vti_bin/ListData.svc/mydocuments?$filter=DocID eq 'ABC-12-3456'


3 replies

Badge +7

Hi Robster


 


Here is a document that covers K2 smartobject services in the following topics:


Architecture
Configuration
REST Services
WCF Services


 


http://help.k2.com/helppages/k2blackpearlDevRef4.6.4/K2_SmartObject_Services_Introduction.html


 


I hope this will help you on how to achieve what you want to do and understand abit better.


 


Kind regards


Nelly

Badge +7

Hi Robster


 


I have not heard from you since my last update  on the post, was the information I provided sufficient ?


If not please notify me if you need addtional documentation and update us with you progress so far, we will gladly assist you.


 


Regards


Nelly

Badge +2

Yes that was great, I can see that K2 is designed to do this.

Reply