Skip to content

Commit

Permalink
IVIS-46: - Update API chapter (add method to entityversion).
Browse files Browse the repository at this point in the history
  • Loading branch information
RuslanPopenko committed Oct 26, 2016
1 parent 17ebd3b commit a254b18
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docs/api/entityversions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Provides following method for `API <index.html>`_ calls:
* `Save entityVersions`_
* `Update entityVersion`_
* `Delete entityVersion`_
* `Get entityVersion by entity id`_

.. _`Get entityVersion`:

Expand Down Expand Up @@ -173,3 +174,25 @@ Parameters response:
.. note::

you receive deleted object

.. _`Get entityVersion by entity id`:

Get entityVersion by entity id
------------------------------

URL:
~~~~
*/entityversions*

Method:
~~~~~~~
*GET*

Parameters request:
~~~~~~~~~~~~~~~~~~~
*entityId(NUMBER)*
and *entityClassName(STRING)*

Parameters response:
~~~~~~~~~~~~~~~~~~~~
*ARRAY (EntityVersion)*

0 comments on commit a254b18

Please sign in to comment.