getStatusList

Previous page  First page  Next page

Description

Returns a list of structs defining allowable status values for reseller.updateBlogStatus. Note that reseller.getBlogInfo may return values for the blog status that are not in this list (such as 'trial'). Each struct contains: id, description

 

 

Syntax

reseller.getStatusList(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 defining allowable status values for reseller.updateBlogStatus.