Add bank_id to MQ envelop COUNT /apiv1/cryptomodules/:id/tokens/:mode?[from=iso|unix]&[to=iso|unix]&[bankId=int] -As an admin I can count the number of created tokens by their bank_id in a specific time span. [User Story](https://github.com/Carrene/mobile-token-isc/blob/master/README.md#as-an-admin-i-can-count-the-number-of-created-tokens-by-their-bank_id-in-a-specific-time-span) --- ### Available modes: | mode | description | | --------- | ---------- | | sum | total pure result | | daily | result group by day | | monthly | result group by month | | annual | result group by year | --- ### Exceptions * 400: Bad time format --- ### Response (mode: sum): *application/json* ``` json 123 ``` ### Response (mode: daily|monthly|annual): *application/json* ```js [ { "when":"2001-01-01T12:00:00", "count":2 } ] ```
Add bank_id to MQ envelop
COUNT /apiv1/cryptomodules/:id/tokens/:mode?[from=iso|unix]&[to=iso|unix]&[bankId=int]
-As an admin I can count the number of created tokens by their bank_id in a specific time span.
User Story
Available modes:
Exceptions
Response (mode: sum):
application/json
123Response (mode: daily|monthly|annual):
application/json