From 1ef2da7c32248c54d1dbd377ea2736506f69e714 Mon Sep 17 00:00:00 2001 From: diminator Date: Thu, 5 Jan 2017 14:22:37 +0100 Subject: [PATCH] mention history and provenance --- .../server/source/drivers-clients/http-client-server-api.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 a17486d0..3a3bdd71 100644 --- a/docs/server/source/drivers-clients/http-client-server-api.rst +++ b/docs/server/source/drivers-clients/http-client-server-api.rst @@ -184,8 +184,11 @@ Transactions .. http:get:: /transactions?operation={CREATE|TRANSFER}&asset_id={asset_id} Get a list of transactions that use an asset with the ID ``asset_id``. + Every ``TRANSFER`` transaction that originates from a ``CREATE`` transaction + with ``asset_id`` will be included. This allows users to query the entire history or + provenance of an asset. - This endpoint returns assets only if the transaction they're in are + This endpoint returns transactions only if they are included in the ``BACKLOG`` or in a ``VALID`` or ``UNDECIDED`` block on ``bigchain``. .. note::