Thanks for the reply.
this is what I am currently using:
/rest/content/currentsite/en-us/all/story-1?format=json&classnames=aCustom.Station&columns=name,lat,lng,hits
If the objects I want to retrieve at really page that look like this:
Story 1
page 1
col 1
col 2
page 2
col 1
col 2
page 3
How would I use REST to get the object hierarchy?
in the example above each level is a different page type.
Thanks