GET odata/Site

Gets a collection of Site objects. Without the scope Site.Name:{SiteName} granted - retrieves only public and visible Sites. When that scope is granted - retrieves only the Site for that scope.

Response Information

Response body formats

application/json, text/json

Sample:
 {
    "odata.metadata": "http://sampleserver.com/odata/$metadata#Site",
    "value": [
        {
            "SiteName": "SampleSite",
            "AdminUserId": null,
            "Author": "Author's Name",
            "TemplateName": "Big Business",
            "IsEntireSitePublic": false,
            "RequiresRegistration": false,
            "DisablePublicComments": false,
            "DisableRating": null,
            "IsHidden": null,
            "IsDemo": null,
            "HeaderTitle": "This is sample website with rather long title",
            "HeaderSubTitle": "Header SubTitle to change",
            "HeaderShortInfo": "<h4>Short Info</h4>
<p>Text here can be changed.<br />Text here can be changed.<br />Text here can be changed.<br />Text here can be changed.</p>",
            "HeaderImage": "/9j/4AAQSkZJRgABAQEAYABgAAD/2w=",
            "HeaderImageType": "image/jpeg",
            "HeaderIsImage": false,
            "FooterText": "Footer text to change",
            "HomePageTextSide": "<p>This is side page</p>",
            "HomePagerTextMain": "Lorem ipsum dolor sit amet",
            "LoginPageText": "Login page text to change",
            "ValidSubscriptionName": "Platinum (US)",
            "CreatedTime": "2013-01-30T18:44:45.257",
            "UpdatedTime": "2013-07-29T19:06:42.863",
            "Blog_PostsPerPage": null,
            "Blog_ShowPostPreviews": false,
            "FunFact_HideDates": false,
            "CurrentFormID": "6df5e4cb-0544-4603-94f3-8cb23cf1a97b",
            "SeoTitle": null,
            "SeoMetaTags": "<meta name="title" content="Test">
<meta name="description" content="test">",
            "RunSetupSiteWizard": false,
            "Country": null,
            "Source": null,
            "IPAddress": null
        },
        {
            "SiteName": "AnotherSampleSite",
            "AdminUserId": null,
            "Author": "Author's Name",
            "TemplateName": "Big Business",
            "IsEntireSitePublic": false,
            "RequiresRegistration": false,
            "DisablePublicComments": false,
            "DisableRating": null,
            "IsHidden": null,
            "IsDemo": null,
            "HeaderTitle": "This is sample website with rather long title",
            "HeaderSubTitle": "Header SubTitle to change",
            "HeaderShortInfo": "<h4>Short Info</h4>
<p>Text here can be changed.<br />Text here can be changed.<br />Text here can be changed.<br />Text here can be changed.</p>",
            "HeaderImage": "/9j/4AAQSkZJRgABAQEAYABgAAD/2w=",
            "HeaderImageType": "image/jpeg",
            "HeaderIsImage": false,
            "FooterText": "Footer text to change",
            "HomePageTextSide": "<p>This is side page</p>",
            "HomePagerTextMain": "Lorem ipsum dolor sit amet",
            "LoginPageText": "Login page text to change",
            "ValidSubscriptionName": "Platinum (US)",
            "CreatedTime": "2013-01-30T18:44:45.257",
            "UpdatedTime": "2013-07-29T19:06:42.863",
            "Blog_PostsPerPage": null,
            "Blog_ShowPostPreviews": false,
            "FunFact_HideDates": false,
            "CurrentFormID": "6df5e4cb-0544-4603-94f3-8cb23cf1a97b",
            "SeoTitle": null,
            "SeoMetaTags": "<meta name="title" content="Test">
<meta name="description" content="test">",
            "RunSetupSiteWizard": false,
            "Country": null,
            "Source": null,
            "IPAddress": null
        }
    ]
}