Good afternoon,
I am trying to figure out the syntax for the wallpaper API. I have tried a number of combinations and no luck.
Anyone have an idea?
It looks like you would use the POST verb.
The URL looks like it would be:
https://jss.com:8443/JSSResource/mobiledevicecommands/command/wallpaper
The XML appears that it would be something like this:
<mobile_device_commands>
<size>1</size>
<mobile_device_command>
<id>XXX</id>
<command>Wallpaper</command>
<wallpaper_setting>1</wallpaper_setting>
<wallpaper_id>DeviceName</wallpaper_id> or <wallpaper_content>BASE 64 Encoded jpg or png</wallpaper_content>
<mobile_devices>
<size>1</size>
<mobile_device>
<id>12345</id>
</mobile_device>
</mobile_devices>
</mobile_device_command>
</mobile_device_commands>
Here is the documentation for /mobiledevicecommands/command:
Any help would be appreciated!
Thanks!
Brad