ContributionsMost RecentMost LikesSolutionsNew messages posted within last week Is there way to retrieve new/unread messages which were posted within previous week? I can use?rangeTime=1w parameter in/search/messages/countrequest. But how can I detect if these messages are new or not? From other side I can use/restapi/vc/boards/id/{board_id}/messages/read/count and /restapi/vc/boards/id/{board_id}/messages/count requests and calculate difference to obtain number of unread messages. But how can I identify rangeTime or post_time here? Thanks Blog posted within last month Is there way to select only blogs posted within last month? Also is it possible to select blogs posted within last two/three/four months? Thanks SolvedFrequented Boards Is there way to extract frequented boards of the user via REST api? SolvedList of hot blogs I'm interested in how can I get list of hot blogs? Is there any property in REST API that allows to select hot/most popular blogs? Thanks. SolvedHow can I extract latest topics across all TKB's within community? I have to create two TKB components: 1. "Component will display all TKBarticles and TKbs across the entire community". How can I extract all TKB articles? 2. "Component will display the latest topicsacross all TKB's within the community." How can I extract the latest TKB topics? Thanks. SolvedRe: Where are the Lithium developer docs?Please check out the following link: http://lithosphere.lithium.com/t5/developers-discussion/How-to-create-and-remove-custom-profile-fields/m-p/53784#M1768Re: How to check whether the Message is an Idea. HiVenkS, Exactly! Thank you for your quick and accurate reply! Re: Time at which the user gave the kudo via rest API.Hey ChhamaJ, Many thanks for your reply! It is really solve my problem. But I have one more question: Could you please provide link on documentation that describes REST API response styles? How to check whether the Message is an Idea. Hello guys, How can I check whether the Message is an Idea. SolvedRe: Time at which the user gave the kudo via rest API. No. The last_visit_time is the last time of the user activity. I have checked it.