Is there a way we can access the content of the "cards" entity via APIs?

By 'content' I am referring to the images, pdfs or any documents we attach in the creation of a card. Is there a way to access this material?

I cannot find any endpoints in domo's documentation as well. Neither could I find any listing api for instance wide available cards. However, I did give a shot at using this api for a list of cards and it worked! : https://api.domo.com/v1/cards

But this too is just listing the cards and I am clueless about if there is a way to access the card's content/attachments as well using id?

Tagged:

Answers

  • You can utilize the Java CLI and the backup-card command to get the card definition. You can also monitor the API it's calling with the log-api command before you run backup-card to get the api endpoints it's calling.

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**