Get enketo form into another application, Update that form

Any help will be appreciated,

My scenario is:

  • I am making a separate application so that people can Verify incoming submitted data.
  • Few Users will be assigned as a supervisor to verify the incoming data submitted by other users who fall under their group.
  • To accomplish this, I am making separate Django based application
  • I need to access the iframe given by enketo with the submitted data
  • Need to add a verified column, to point either the submitted form is okay or not
  • I have tried from Enketo to render the form but still not sure how to do that. Enketo API doc
  • I am looking for a low-level documentation from kobotoolbox.
    If you have a better way of accomplishing this, please let me know.

And Thank you for your help in advance.