getRange

gets ids of items in the specified range

array getRange(number|string from,id to);
fromnumber|stringthe id of the first object in a range
toidthe id of the last object in a range
arrayan array of ids in the specified range
Details

If called without parameters the method returns all items from the datastore.

See also
Back to top