How to pass an array of asset names to listassets API ?

+1 vote

Hi Team,

I have checked the doc and got to know that we can pass the more than one assets to the listassets  API  call?

But I don't know how to test on the CLI  mode.

Can you help me on that.

Thanks in advance.

 

Regards,

Shiva.P 

asked Jan 29, 2018 by shivap17

1 Answer

+2 votes

I'm answering own question, may help someone in future

listassets  '["pic one","art one"]'  

which will return two asset data

 

 

answered Jan 29, 2018 by shivap17
...