myxer.wallpaper.read
Read a wallpaper.
Arguments
- api_key
- Your API application key. See here for more details on api_key.
- method
- myxer.wallpaper.read
- myxer_id
- content id
- api_sig
- Secure signature of the api parameters excluding file. See here for details on api_sig.
Example Response
The response format is a simple XML block.
Success Response
<?xml version="1.0" encoding="utf-8" ?>
<response status="ok">
<item>
<id>c-123456</id>
<title>Starry Night</title>
<category>Classical</category>
<artist>Van Gogh</artist>
<price>0.99</price>
<type>1</type>
</item>
</response>
Error Response
<?xml version="1.0" encoding="utf-8" ?>
<response status="fail">
<code>[error-code]</code>
<msg>[error-message]</msg>
</response>