Mobile SDK > Disconnected mobile application reference > Mobile Synchronization Web Service (MobileSyncWebService) reference > URL overview > /Projects URL
 
/Projects URL
Description
Retrieves a list of project names that are currently assigned to the interviewer.
Get Request
/SPSSMR/MobileSync/Projects
The request must include the Session-Token header variable.
Get Response
Example response:
<Projects>
  <Project Name="Museums" />
  <Project Name="ShortDrinks" />
</Projects>
For more information, see the Projects XML (see XML schema definitions).
See also
URL overview