I know that I can use this call to get a list of the most recent messages on a particular board:
http://community.lithium.com/community-name/restapi/vc/boards/id/video_cards/messages/linear?page_size=100&page=1
I'd really like that call to include the body of the messages. Is there anyway to do something like this without iterating through each individual message id to get the message body text?