EquatorDevelopr
11 years agoGuide
Custom Blog Authors Component
I want to create a custom component which displays authors of the blog.
I'm using rest call to get authors (/blogs/id/[id]/authors) but it does not return any users.
What might be causing this?
EquatorDevelopr - You need to use following REST call and then iterate through it to get the authors:
/restapi/vc/blogs/id/[id]/topics
Because articles inside the blog has authors and not the blog page itself. I hope this helps.