0
Hi brother hope you are doing well,
For server side data manipulation you have to tell me what you are using in backed like ado.net, entity framework or stored procedure.
After the manipulation I picturize the data look like following in response of request. You should return json data like following and program to retrieve result type of below.
- [
- {
- "UserID":1,
- "UserName":"Phanendra",
- "FollowingSites":[
- {
- "SiteName":"Google",
- "SiteURL":"www.google.com",
- },
- {
- "SiteName":"C-SharpCorner",
- "SiteURL":"www.c-sharpCorner.com",
- },
- {
- "SiteName":"Yahoo",
- "SiteURL":"www.yahoo.com",
- }
- ]
- },
- {
- "UserID":2,
- "UserName":"Dharmraj Thakur",
- "FollowingSites":[
- {
- "SiteName":"Skype",
- "SiteURL":"www.skype.com",
- },
- {
- "SiteName":"Stackoverflow",
- "SiteURL":"www.stackoverflow.com",
- }
- ]
- }
- ]
Thanks.
0
what is your exact question , on which basis you want to retreive the sites.
-1
hi, Hope below solution will help you.
https://sharepoint.stackexchange.com/questions/73819/how-to-get-list-of-all-users-following-a-site
Thanks