|
getInactiveBlogs |
|
Description
Returns a list of Blog IDs for blogs that have not been updated since the date specified; any blogs that were last updated before the date specified will be returned.
Syntax
reseller.getInactiveBlogs(version, username, password, type, lastupdate)
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. |
| • | type - The type of blog activity to check. Allowed values: - LastLogin - LastChange - LastChange can mean any change to the blog such as posting an article or modifying the template. - emptyblog - returns blogs with 0 bytes used. When emptyblog is submitted, the lastupdate field is not required and will be ignored if submitted. |
| • | lastupdate - The date from which to search for inactive blogs. Any blogs that were last updated before the date specified will be returned. Date format is yearmonthday, for example 20060512. |
Response Fields
Returns a list of Blog IDs of the inactive blogs in your profile.