|
getBlogSkins |
|
Description
Returns a list of valid skins of the skin_type requested.
Syntax
bw.getBlogSkins(blog_id, username, password, skin_type, skin_name)
Request Fields
| • | blog_id - The ID of the blog to query for skins. |
| • | username - Your reseller account username. |
| • | password - Your reseller account password. |
| • | skin_type - Currently, skin_type may be empty or contain “style”, in which case CSS templates are returned. |
| • | skin_name - May be empty or the name of a specific skin for which information is requested. |
Response Fields
When a specific skin's information is returned, each element in the array is a hash with the following keys:
skin_id - The ID of the skin.
name - The name of the skin.
type - "Type" may be empty or contain “style”, in which case CSS templates are returned.
description - The description of the skin, if available. If a description is not available, this key will be empty.
thumbnail_url - The location of the thumbnail image for that skin.
image_url - The location of the sample image for that skin.