For some reason Drupal's views + services + rest output doesn't truncate the body text even when it's set to trim. I couldn't find a quick fix or anyone else having the same problem so I found a Stackoverflow page with a convienent jQuery code snippet to truncate. Changed the substring number from characters to 450 characters and this is the code I ended up with:
|
|
Worked great!