ARLO Nester
Classes | Functions | Variables
workspace.api.v0.functions.tagNavigationByTime Namespace Reference

Classes

class  TagNavigationByTimeForm
 
class  TagNavigationByTimeSerializer
 

Functions

def tagNavigationByTime (request, projectId, format=None)
 

Variables

tuple RELATION_CHOICES
 

Function Documentation

def workspace.api.v0.functions.tagNavigationByTime.tagNavigationByTime (   request,
  projectId,
  format = None 
)
Search for Tags in relation to their Real-Time value. Look for either the
'first' or 'last' Tag or the 'next' or 'previous' from a specified time.

Variable Documentation

tuple workspace.api.v0.functions.tagNavigationByTime.RELATION_CHOICES
Initial value:
1 = (
2  ('first', 'first'),
3  ('next', 'next'),
4  ('previous', 'previous'),
5  ('last', 'last'))