Mobile SDK > Disconnected mobile application reference > Mobile Synchronization Web Service (MobileSyncWebService) reference > URL overview > /Logs/[SUBDIRECTORY] URL
 
/Logs/[SUBDIRECTORY] URL
Description
Used by the client to submit non-project specific data to the server. Zipped files can be POSTed to the URL and are unzipped to a sub-directory under the main UNICOM Intelligence logs directory. When a sub-directory is not specified, logs are unzipped into a default logs directory. When a sub-directory is specified, logs are unzipped to <LogsDirectory>/SUBDIRECTORY. The SUBDIRECTORY name is limited to alphanumeric characters, hyphens (-), and underscore (_) characters.
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 URLs:
/SPSSMR/MobileSync/Logs/MallKioskApp
/SPSSMR/MobileSync/Logs/Jonathans-PC
/SPSSMR/MobileSync/Logs/DD69D6A9-03DE-47F0-8A74-0ECC0B2A212C
Get Response
The response is always empty with a 200: OK message, or 400: Bad Request message (when the ZIP file is invalid).
See also
URL overview