Skip to content

Commit

Permalink
Add documentation for form's running csv imports endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankApiyo committed Sep 29, 2022
1 parent 6415756 commit f887d8d
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions docs/forms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1628,3 +1628,29 @@ If the upload is still running:
{
"job_status": "PENDING"
}


Check active imports
--------------------

.. raw:: html

<pre class="prettyprint"><b>GET</b> /api/v1/forms/{form_id}/active_imports</pre>

Example
^^^^^^^
::

curl -X GET https://api.ona.io/api/v1/forms/{form_id}/active_imports

Response
^^^^^^^^

::

[
{
"job_uuid": "256dcef5-1baa-48ee-83a3-f7100123f5d2",
"time_start": 1664372983.8631873
}
]

0 comments on commit f887d8d

Please sign in to comment.