Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9022449
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T05:30:47+00:00 2026-06-16T05:30:47+00:00

I am created myself a custom list with sharepoint 2007, which is exactly the

  • 0

I am created myself a custom list with sharepoint 2007, which is exactly the same as any excel spreadsheet in effect.

I was told that i can get this out all of the information as a json or XML object. I don’t have access to the file system, only to sharepoint web interface.

Can i just use a url and do my normal getJson?

    $.getJSON("http://somesharepointurl.asp?get=json",function(results){
        console.info(results);
        $.each(results, function(){

        });
    });

Or is there no way of doing this without writing some backend service?

Edit

https://someserver/sites/DisasterRecovery/eventmgmt/DRR/_vti_bin/owssvr.dll?Cmd=Display&List={B0ACA997-8A41-498B-97FE-B276D48F64D7}&XMLDATA=TRUE

I have tried this… it gave me this:

HTTP/1.1 200 OK
Server: Microsoft-IIS/7.5
Date: Fri, 14 Dec 2012 11:41:55 GMT
Connection: close

No idea what to look for whatsoever i’m afraid 🙁

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T05:30:48+00:00Added an answer on June 16, 2026 at 5:30 am

    Found the simple answer:

    jquery.SPServices

    you will need jQuery 1.4.2+ to run this but its fantastic 🙂 It has many more method’s than just getting XML or json back.

     var query = "<Query><OrderBy><FieldRef Name='Created' Ascending='False' /></OrderBy</Query>";
     $().SPServices({
         operation:"GetListItems",
         async:false,
         listName:"Home Page Carousel",
         CAMLViewFields:"<ViewFields><FieldRef Name='userName'/><FieldRef Name='userDepartment'/><FieldRef Name='message'/></ViewFields>",
         CAMLQuery:query,
         CAMLRowLimit:10,
         completefunc:function (xData, Status) {
         console.info(xData);
         console.info(Status);
             $(xData.responseXML).SPFilterNode("z:row").each(function () {
                 var $this = $(this);
                 $this.attr("ows_message")//retrieve list data here and do stuff here
             });
         }
     });
    

    This will return you a lovely chunk of XML .

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a custom usercontrol created by myself which belongs to mine baseControls elements.
I have a custom type that I created, which should be persisted in a
So I've created myself a custom form element which has a custom view helper.
If I have a custom shell script or program that I created myself or
I have created a custom control (based on a panel) in wxPython that provides
I've created a custom WSS 3.0 application which uses ASP.NET for AJAX The problem
I created a WPF custom control, which works fine. It has a style which
I created a custom control which is actually just two labels inside a panel.
Ive created a portfolio website for myself, there is a gallery which users can
I've created a bare (central) repository on a windows machine. My colleagues and myself

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.