|
getCSSTemplates |
|
Description
Returns a list of CSS templates available for your user's blogs.
Syntax
reseller.getCSSTemplates(version, username, password)
Request Fields
| • | version - Specifies the version number of the API. Set this to "1.3". This value is currently ignored, but will be useful for API changes in future versions. |
| • | username - Your reseller account username. |
| • | password - Your reseller account password. |
Response Fields
Returns a list of structs with the following structure:
| • | id - ID of CSS template |
| • | name - Name of CSS template |
| • | description - Optional text description of template |
| • | image_url - Optional URL pointing to a snapshot of css template |
| • | thumbnail_url - Optional URL pointing to a thumbnail of css template |