Mobile SDK > Disconnected mobile application reference > Mobile Synchronization Web Service (MobileSyncWebService) reference > URL overview > /Projects/PROJECT URL
 
/Projects/PROJECT URL
Description
Retrieves project information.
Get Request
/SPSSMR/MobileSync/Projects/Museum
Get Response
The response includes the project's Version, Language, Context, LabelType, and Routing information. It also includes attributes that indicate if sample or quota are used. The Context collection contains contexts that can be used as the Label, CustomProperty, or both.
Note When a project includes sample or quota, the sample and quota URLs must always be called. Because is not possible to ascertain from the Projects XML that sample or quota updates are available, they must be assumed to always be required.
Example response:
<Project Name="sampletest" Label="Sample test"
         UseQuota="false" UseSample="true">
  <Settings ActiveVersion="LATEST" />
  <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="Paper" />
      <Context Name="CARDCOL" />
    </Contexts>
    <LabelTypes>
      <LabelType Name="Label" Default="true" />
      <LabelType Name="INSTRUCTION" />
    </LabelTypes>
  </Questions>
  <Routings>
    <Routing Name="Paper" Default="true" />
  </Routings>
</Project>
See also
URL overview