- Generate pdf for form responses - This is the only one we are catering right now.
- It should contain the mapping details in sheet named
mappingDetails. - It should have the options sheet named
optionSheet.
| """ | |
| Getting the reading speed of student | |
| Route: | |
| /api/v1/reading/ | |
| Args: | |
| request: | |
| required: | |
| class: integer(2) |
| swagger: '2.0' | |
| info: | |
| description: This is a simple API for ESamwad | |
| version: 1.0.0 | |
| title: Simple ESamwad API | |
| # put the contact info for your development or API team | |
| contact: | |
| email: [email protected] | |
| license: |
| [{"udise": 1101, "url": "https://storage.googleapis.com/pdf-generator-1/hhyq0u7qtt.pdf", "submissionDate": "2019-07-04T09:35:02.531Z", "applicationId": "1111", "formId": "CHT_V1", "status": "complete", "error": null}] |
| [{"udise": null, "url": null, "submissionDate": null, "applicationId": null, "formId": null, "status": "error", "error": "No data found"}] |
| [{"udise": 1101, "url": "https://storage.googleapis.com/pdf-generator-1/gp7nc58g9r.pdf", "submissionDate": "2019-07-02T16:21:42.465Z", "applicationId": "1111", "formId": "CHT_V1", "status": "complete", "error": null}, {"udise": 1101, "url": "https://storage.googleapis.com/pdf-generator-1/mn183p39pr.pdf", "submissionDate": "2019-07-02T16:43:25.407Z", "applicationId": "1111", "formId": "CHT_V1", "status": "complete", "error": null}, {"udise": 1101, "url": "https://storage.googleapis.com/pdf-generator-1/aoefwjvuia.pdf", "submissionDate": "2019-07-02T16:44:22.63Z", "applicationId": "1111", "formId": "CHT_V1", "status": "complete", "error": null}, {"udise": 1101, "url": "https://storage.googleapis.com/pdf-generator-1/8ytrjvrkcg.pdf", "submissionDate": "2019-07-02T16:46:56.11Z", "applicationId": "1111", "formId": "CHT_V1", "status": "complete", "error": null}, {"udise": 1101, "url": "https://storage.googleapis.com/pdf-generator-1/og2762d2p5.pdf", "submissionDate": "2019-07-04T12:46:04.224Z", "applicationId": "1111" |
| [ | |
| { "status":"completed", | |
| "url":"https://storage.googleapis.com/pdf-generator-1/95o5vad2xw.pdf", | |
| "submissionDate": "2019-10-12 17:56:17", | |
| "applicationId": "1111", | |
| "formId":"CHT_V1", | |
| "udise":"1746376787", | |
| "formName": "Class 1st to 5th CHT School Visit Form" | |
| }, | |
| { "status":"processing", |
| { "status":"processing", | |
| "url":"", | |
| "submissionDate": "2019-11-12 17:56:17", | |
| "applicationId": "1111", | |
| "formId":"CHT_V1", | |
| "udise":"1746374857", | |
| "formName": "Class 1st to 5th CHT School Visit Form" | |
| } |
| { "status":"completed", | |
| "url":"https://storage.googleapis.com/pdf-generator-1/95o5vad2xw.pdf", | |
| "submissionDate": "2019-11-12 17:56:17", | |
| "applicationId": "1111", | |
| "formId":"CHT_V1", | |
| "udise":"1746374857", | |
| "formName": "Class 1st to 5th CHT School Visit Form" | |
| } |
mappingDetails.optionSheet.-p 127.0.0.1:5432:5432 instead of -p 5432:5432. If you don’t explicitly tell it to run on localhost, it’ll run on0.0.0.0 which means other folks on the same network will be able to reach it. https://hub.docker.com/_/postgres => Gives a lot of info regarding docker secrets which should be the way forward.
docker pull postgres
OR for a specifig version
docker pull postgres:10