Forum Discussion

saketsprinklr's avatar
saketsprinklr
Contributor
8 years ago

Image associated with a Board?

Is there a way to associate an image with a board (just like a avatar for a user) and to fetch it via REST API if so?

  • Hi saketsprinklr  You can add an image with blogs but unfortunately, there is no option to attach an image with board.  

  • saketsprinklr- There are some workarounds to do this.

     

    1. Upload an image with the same name of board-id. You can access this board image like below.

    <img src="/html/assets/${coreNode.id}.png" />

    2. You also can upload image path to custom content for every board. You can get that image with the rest API call.

    <#assign boardImage= restadmin("boards/id/${coreNode.id}/settings/name/customcontent.1_text").value />

    Let me know if this helps you.

     

    Give kudos if you find my posts helpful or mark solution if it answers your query.

    Tariq

     

  • Hi saketsprinklr  You can add an image with blogs but unfortunately, there is no option to attach an image with board.