Best Of
Re: Is there a way to customize individual "create post" pages?
Hey @Marco — @Rav Singh is correct this isn't possible today but I can confirm this work is in the final stages of QA and should be in a release note near you in the coming weeks!
Shauna
Re: Is there a way to customize individual "create post" pages?
Hey @Marco - thanks for your question.
As Rav mentioned, currently we don't have the capability to change the page layout for the "Create Post" page based on the type of post, but you do have the option to create a custom post type if you're looking to gather different types of information:
Please let us know if you have any other questions!
Re: Exporting Badge Recipient Data from Community
Hey @Krizzy
You can use the "GET / badges / users" API endpoint to pull a list of all of the users who have received a specific badge.
In case you're unfamiliar with APIs, you may find this post helpful:
Re: Exporting Badge Recipient Data from Community
Hi @Krizzy since there is a hard limit of 100 what you would have to do is set limit to 100 and and keep incrementing the pages:
/api/v2/badges/users?badgeID=123&limit=100&page=1
/api/v2/badges/users?badgeID=123&limit=100&page=2
/api/v2/badges/users?badgeID=123&limit=100&page=3
It will give them to you in sequence until there are no more. Also, fun fact, you can .csv to the end of /users and it will down load them as CSVs that you can paste together in Excel.
e.g /api/v2/badges/users.csv?badgeID=123&limit=100&page=3
Re: Exporting Badge Recipient Data from Community
Hello Kristie,
Thank you so much! I completely missed the API and it worked!
I was just wondering if I might be missing a step. I tried following the steps to download more than 100 results, but it’s still only returning 100. Is there anything I need to change or configure differently?
Thank you again!
Exporting Badge Recipient Data from Community
Is there currently a way to export a list of badge recipients or badge data from Community?
We’re exploring ways to track badge distribution and recognition activity, and I wanted to check if there’s an existing export feature or recommended workaround.
Thank you!



