Use the GET method to view all your sites or a specified site with the following input:
-
Service Root URI: https://<Server Name>/<IIS Application Name>/sem/v4
-
Resource path: /Sites('<Site Name>')
Resource path strings are case-sensitive.
Sample URI for viewing all sites
GET
https://WebApiServer1.APIServerDomain.com/sem-webapi/sem/v4/Sites
Sample URI for viewing specific site
GET
https://WebApiServer1.APIServerDomain.com/sem-webapi/sem/v4/Sites('WebAPISite01')