ARLO Nester
Functions
workspace.metatagging.views.exportClassifications Namespace Reference

Functions

def exportClassifications (request, projectId, tagSetId, tagMetaFormId, requestUserOnly)
 Export Tag Classifications as a CSV. More...
 

Function Documentation

def workspace.metatagging.views.exportClassifications.exportClassifications (   request,
  projectId,
  tagSetId,
  tagMetaFormId,
  requestUserOnly 
)

Export Tag Classifications as a CSV.

Parameters
requestThe Django HTTP request object.
projectIdThe Database Id of the selected Project.
tagSetIdThe Database Id of the selected TagSet.
tagMetaFormIdThe Database Id of the select TagMetaForm
requestUserOnlyExport only the request user's classifications if True, all classifications otherwise.
Returns
Django HTTP response object.