Answered

Board picture API - no content

  • 27 July 2020
  • 1 reply
  • 609 views

I’m trying to get a board picture using the API: https://developers.miro.com/reference#get-picture

however when I enter the “boards” value and the correct board ID (checked separately using the get boards url) I get nothing returned. The example says that the following should be returned:

{ "type": "picture", "imageUrl": "https://r.miro.com/1234567890/0987654321/1234/4/1/size210.jpg", "id": "3074345367401345438" }

 

so why am I getting a 204 no content response?

icon

Best answer by Boris Borodyansky 28 July 2020, 16:27

View original

1 reply

Userlevel 4
Badge +1

Hi Jane,

the most likely reason is that the board you’re requesting does not have a cover picture. 

Please check. 

Reply