Feedback Api Issue

Hi everyone 
I m calling an API for getting feedback from my shop 
My URI is =>  https://openapi.etsy.com/v2/users/:user_id/feedback/as-seller?api_key=&limit=100&page=3

In result, I m receiving responses like :

"feedback_id": ,
            "creation_tsz": ,
            "message": "well made  love them both !",
            "value": 1,
            "seller_user_id": ,
            "transaction_id": ,
            "image_feedback_id": null,
            "image_url_25x25": "https://www.etsy.com/images/grey.gif",
            "image_url_155x125": "https://www.etsy.com/images/grey.gif",
            "image_url_fullxfull": "https://www.etsy.com/images/grey.gif",
            "target_user_id": 

My problem is I m receiving the image URL in gif format like the above mention (https://www.etsy.com/images/grey.gif) for the total API result I m receiving the same URL which is not a proper image.
Is there any solution for it??
Labels (1)
Translate to English There was a problem fetching the translation.
0 Likes
2 Replies

Re: Feedback Api Issue

Presumably that GIF is a placeholder image. Are you receiving this on all your reviews where the buyer has not posted a picture?

Translate to English There was a problem fetching the translation.
0 Likes
Reply
Loading...

Re: Feedback Api Issue

Yes I am receiving these GIF images on all the reviews but on my shop in reviews sections I can See the images but not in in my reviews apis

 

Translate to English There was a problem fetching the translation.
0 Likes
Reply
You must log in to join this conversation.
Remember that posts are subject to Etsy's Community Policy.