Open arjanverkerk opened 12 years ago
api For every object there must be a unique history url that gives the history as json:
history/contenttypeid/objectid/ for django objects history/object_id/ for mongo documents
get parameters: depth (default '1' , 'all' gives all, '0' defaults to 1) fields (all fields if not supplied) in csv style.
function give the history objects for a given object. Used by the api.
api For every object there must be a unique history url that gives the history as json:
history/contenttypeid/objectid/ for django objects history/object_id/ for mongo documents
get parameters: depth (default '1' , 'all' gives all, '0' defaults to 1) fields (all fields if not supplied) in csv style.
function give the history objects for a given object. Used by the api.