Closed Syntaf closed 7 years ago
Do you want it to return something like this:
[ /* any # of: */ { email: string, name: string, company: string } ]
instead of : { email: string, name: string, company: string }
?
@lilylei95 correct, let me correct the wiki. thanks!
@Syntaf Do want us to return a extra field like status to show if they are complete/incomplete? Something like this instead [ /* any # of */ {email : string, name: string, company: string, status: "incomplete" or "complete"}]
@lilylei95 that would be great if you'd like to add that as well, otherwise I was going to do that myself in the frontend. Either works for me.
written without status field
This route returns a list of all users for a conference that are exhibitors
link