getBlogsInPeriod
Description
Returns blogs of a space, by space key, date and period.
Return Type
Number []
Examples
Example 1
Gets all blogs for February.
return getBlogs("PSCONF","2010-01-02", "MONTH" );
Return 131785|131890|132923|134465
Example 2
Gets all blogs for 20 February.
return getBlogs("PSCONF","2010-20-02", "DAY" )
Return 134465
See also
Peacock