Sugar Network/API: Difference between revisions
| Line 79: | Line 79: | ||
:* {{Code|offset}}, ''int''<br>start index to return entries from; | :* {{Code|offset}}, ''int''<br>start index to return entries from; | ||
:* {{Code|limit}}, ''int''<br>do not return more then specified value; | :* {{Code|limit}}, ''int''<br>do not return more then specified value; | ||
:* {{Code|properties}}, ''str''<br>coma separated list of ''RESOURCE'' properties to return; by default, return | :* {{Code|properties}}, ''str''<br>coma separated list of ''RESOURCE'' properties to return; by default, return only {{Code|guid}} property; | ||
:* {{Code|order_by}}, ''str''<br>coma separated list of ''RESOURCE'' properties to sort the resulting list; if an property starts with the {{Code|-}}, the order is descending, otherwise it is ascending; | :* {{Code|order_by}}, ''str''<br>coma separated list of ''RESOURCE'' properties to sort the resulting list; if an property starts with the {{Code|-}}, the order is descending, otherwise it is ascending; | ||
:* {{Code|group_by}}, ''str''<br>a property name to group resulting list by; if was specified, every resulting list item will contain {{Code|collapse_count}} key with a number of entries that were collapsed. | :* {{Code|group_by}}, ''str''<br>a property name to group resulting list by; if was specified, every resulting list item will contain {{Code|collapse_count}} key with a number of entries that were collapsed. | ||