Developer Documentation Library > Mobile SDK > Testing a mobile application > Testing a disconnected application > Retrieving the project information
 
Retrieving the project information
Use the /Projects/PROJECT URL to retrieve the project information. For example,
get http://localhost/SPSSMR/MobileSync/Projects/quotasample 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: 888
Content-Type: application/xml; charset=utf-8
Expires: -1
Last-Modified: Fri, 31 Oct 2014 01:51:44 GMT
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Fri, 31 Oct 2014 07:41:02 GMT
<Project xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Name="quotasample" UseQuota="true" UseSample="true"><Settings ActiveVersion="LATEST" InterviewRestart="ActiveVersion" ExpiryDate="9999-12-31T23:59:59.9999999Z" CaseListFields="Respondent.ID,DataCollection.Status" CAPIHiddenCodesList="1;2;4;5;6;7;41;35;10;34" CAPIRunningCodesList="8;11;15" /><Versions><Version Name="1" /></Versions><Questions><Languages><Language Name="ENU" Default="true" /></Languages><Contexts><Context Name="Analysis" /><Context Name="Question" Default="true" /><Context Name="QC" /><Context Name="QuotaDebug" /><Context Name="CARDCOL" /></Contexts><LabelTypes><LabelType Name="Label" Default="true" /><LabelType Name="ShortName" /><LabelType Name="Instruction" /></LabelTypes></Questions><Routings><Routing Name="CAPI" Default="true" /></Routings></Project>
Next
Retrieving project questions
See also
Testing a disconnected application