From 9d6ca861a7939e74bd4940610a9c7d1dca325667 Mon Sep 17 00:00:00 2001 From: diminator Date: Thu, 5 Jan 2017 13:52:03 +0100 Subject: [PATCH] Note on retrieving the list of assets --- docs/server/source/drivers-clients/http-client-server-api.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/server/source/drivers-clients/http-client-server-api.rst b/docs/server/source/drivers-clients/http-client-server-api.rst index 8437cfc9..a17486d0 100644 --- a/docs/server/source/drivers-clients/http-client-server-api.rst +++ b/docs/server/source/drivers-clients/http-client-server-api.rst @@ -198,6 +198,8 @@ Transactions ``/transactions?operation=CREATE&asset_id={asset_id}``, there will in any case only be one transaction returned (in a list though, since ``/transactions`` is a list-returning endpoint). + Leaving out the ``asset_id`` query and calling + ``/transactions?operation=CREATE`` returns the list of assets. :query string operation: One of the two supported operations of a transaction: ``CREATE``, ``TRANSFER``.