formio / formio-service

The Form.IO API Service library for Node.js applications
MIT License
18 stars 19 forks source link

Add an endpoint to get a specific submission by ID. #8

Closed ctrldavid closed 7 years ago

ctrldavid commented 7 years ago

Useful when you already have the submission ID from somewhere else.

ctrldavid commented 7 years ago

@travist Not sure if you've seen this but we're stubbing it out at the moment and I'd love to remove the monkey patching from our code :D

travist commented 7 years ago

I like it, but would like to change it to loadSubmission to be consistent with the loadSubmissions query. I will pull this in, but will be changing the name of it. Hope that is alright with you guys.