Mobile SDK > Testing a mobile application > Testing a disconnected application > Retrieving the project list
 
Retrieving the project list
Use the /Projects URL to retrieve the project list that is assigned to the user. Ensure the Session-Token header is included in the request. For example,
get http://localhost/SPSSMR/MobileSync/projects HTTP/1.1
User-Agent: Fiddler
Accept: application/xml
Session-Token: 92d8cb82-eb67-4192-9110-eabbffd87f33
Host: localhost
results in the following response:
HTTP/1.1 200 OK
Cache-Control: no-cache
Pragma: no-cache
Content-Length: 310
Content-Type: application/xml; charset=utf-8
Expires: -1
Last-Modified: Fri, 31 Oct 2014 07:35:23 GMT
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Fri, 31 Oct 2014 07:35:23 GMT
<Projects><Project Name="quotasample" /></Projects>
Next
Retrieving the project information
See also
Testing a disconnected application