ashleydavis / mongodb-rest

REST Server for MongoDB (using node.js)
GNU Lesser General Public License v3.0
75 stars 34 forks source link

Return created document id #24

Open dcohenb opened 8 years ago

dcohenb commented 8 years ago

When Posting a new document is there a way to get the newly created document id?

In my use case there is a dashboard where the user creates a new entry and once the user submits the data i want to redirect them to the created page of that entry

any suggestions?