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:
1https://jss.com:8443/JSSResource/mobiledevicecommands/command/wallpaper
The XML appears that it would be something like this:
1<mobile_device_commands>2 <size>1</size>3 <mobile_device_command>4 <id>XXX</id>5 <command>Wallpaper</command>6 <wallpaper_setting>1</wallpaper_setting>7 <wallpaper_id>DeviceName</wallpaper_id> or <wallpaper_content>BASE 64 Encoded jpg or png</wallpaper_content>8 <mobile_devices>9 <size>1</size>10 <mobile_device>11 <id>12345</id>12 </mobile_device>13 </mobile_devices>14 </mobile_device_command>15</mobile_device_commands>
Here is the documentation for /mobiledevicecommands/command:
Any help would be appreciated!
Thanks!
Brad