Inactive User
6 years agoNot applicable
Get cover image using API V1?
Is there a way to select the cover image using API v1?
There's the images array, and I can obviously select the [0] image -- if the cover image is the first one. What if it's not?
Sign in to react to this post
Hi ianb
You can use the following alternative API call to get the cover image:
[YourCommunityURL]/api/2.0/messages/[messageId]?fields=cover_image
Cover image is called up explicitly. For more information please refer the following release notes documentation:
https://community.khoros.com/t5/Developer-Discussion/Get-cover-image-using-API-V1/m-p/582015?utm_source=communitynotification&utm_medium=email&utm_campaign=immediate_general#M16845
Thanks