listing latest from a form

I am very new to elgg so it may be I am doing it completly wrong. but I am trying to do:

 $ting = elgg_list_entities(array('type' => 'object', 'subtype' => 'form', 'form_id' => '24', 'limit' => 4, 'full_view' => FALSE, 'view_type_toggle' => FALSE, 'pagination' => TRUE));

What I was hoping this would do is list the 4 latest made by the form with id 24 in my custom frontpage when I echo $ting. is this a totally wrong way to do it? it has worked on other plugins I have tested.

Form and related plugins

Form and related plugins

User-generated content, flexible user and group profiles, registration forms, custom file forms