Mobile SDK > Disconnected mobile application reference > Mobile Synchronization Web Service (MobileSyncWebService) reference > URL overview > /Projects/PROJECT/RespondentFiles/FILE URL
 
/Projects/PROJECT/RespondentFiles/FILE URL
Description
Submits audio, image, and other files that are related to the respondent data. File naming conventions associate the files with the respondents.
Interview recording: c-<Respondent ID>-<Interviewer ID>-<Part Number>.wma
Question recording: q-<Respondent ID>-<Question Full Name>.wma
Images: p-<Respondent ID>-<Question Full Name>.jpg
Note The LastModifiedTime must be included in the URL.
For performance reasons, the client application should archive the request body (into a ZIP file) and specify Content-Encoding: zip in the header.
Get Request
Example URL:
/SPSSMR/MobileSync/Projects/Museum/RespondentFiles/c-RespId1-InterviewerId1-1.wma
/SPSSMR/MobileSync/Projects/Museum/RespondentFiles/q-RespId1-Gender.wma
Get Response
None
See also
URL overview