{ "opencollection": "1.0.0", "info": { "name": "CarbonHub activities form_submissions API", "version": "1.0.0" }, "items": [ { "info": { "name": "form_submissions", "type": "folder" }, "items": [ { "info": { "name": "Create a form submission", "type": "http" }, "http": { "method": "POST", "url": "https://api.validere.io/app/v1/form_submissions", "body": { "type": "json", "data": "{}" } }, "docs": "Create a form submission" }, { "info": { "name": "List Filter", "type": "http" }, "http": { "method": "GET", "url": "https://api.validere.io/app/v1/form_submissions/filters", "params": [ { "name": "page_size", "value": "", "type": "query", "description": "page size" }, { "name": "page", "value": "", "type": "query", "description": "page number" }, { "name": "sort_by", "value": "", "type": "query", "description": "sort by" }, { "name": "sort_direction", "value": "desc", "type": "query", "description": "sort direction" } ] }, "docs": "List Filter" }, { "info": { "name": "Create Filter", "type": "http" }, "http": { "method": "POST", "url": "https://api.validere.io/app/v1/form_submissions/filters", "body": { "type": "json", "data": "{}" } }, "docs": "Create Filter" }, { "info": { "name": "Update Filter", "type": "http" }, "http": { "method": "PUT", "url": "https://api.validere.io/app/v1/form_submissions/filters/:filter_id", "params": [ { "name": "filter_id", "value": "748970de-fd1f-4494-ae3f-47cc21ff205f", "type": "path", "description": "Filter ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Filter" }, { "info": { "name": "Delete Filter", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.validere.io/app/v1/form_submissions/filters/:filter_id", "params": [ { "name": "filter_id", "value": "748970de-fd1f-4494-ae3f-47cc21ff205f", "type": "path", "description": "Filter ID" } ] }, "docs": "Delete Filter" }, { "info": { "name": "Search form submissions", "type": "http" }, "http": { "method": "POST", "url": "https://api.validere.io/app/v1/form_submissions/search", "params": [ { "name": "answers", "value": "true", "type": "query", "description": "set to true to include answers" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Search form submissions" }, { "info": { "name": "Search form submissions by answers", "type": "http" }, "http": { "method": "POST", "url": "https://api.validere.io/app/v1/form_submissions/search/form_schema/:form_schema_id/:version", "params": [ { "name": "form_schema_id", "value": "", "type": "path", "description": "Form Schema ID" }, { "name": "version", "value": "", "type": "path", "description": "Form Schema Version" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Search form submissions by answers" }, { "info": { "name": "Search form submissions by answers", "type": "http" }, "http": { "method": "POST", "url": "https://api.validere.io/app/v1/form_submissions/search/form_schema/:form_schema_id", "params": [ { "name": "form_schema_id", "value": "", "type": "path", "description": "Form Schema ID" }, { "name": "version", "value": "", "type": "query", "description": "Form Schema Version" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Search form submissions by answers" }, { "info": { "name": "Export Form Submissions for a specific Form Schema/ Template", "type": "http" }, "http": { "method": "POST", "url": "https://api.validere.io/app/v1/form_submissions/export", "body": { "type": "json", "data": "{}" } }, "docs": "Export Form Submissions for a specific Form Schema/ Template" }, { "info": { "name": "Form metadata for imports and exports", "type": "http" }, "http": { "method": "GET", "url": "https://api.validere.io/app/v1/form_submissions/export_metadata/:form_schema_id", "params": [ { "name": "form_schema_id", "value": "", "type": "path", "description": "Form Schema ID" }, { "name": "version", "value": "", "type": "query", "description": "Form Schema Version" } ] }, "docs": "Form metadata for imports and exports" }, { "info": { "name": "Get a form submission", "type": "http" }, "http": { "method": "GET", "url": "https://api.validere.io/app/v1/form_submissions/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Form Submission ID" }, { "name": "form_submission_version", "value": "", "type": "query", "description": "Form Submission Version" } ] }, "docs": "Get a form submission" }, { "info": { "name": "Edit a form submission", "type": "http" }, "http": { "method": "POST", "url": "https://api.validere.io/app/v1/form_submissions/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Form Submission ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Edit a form submission" }, { "info": { "name": "Update a form submission", "type": "http" }, "http": { "method": "PUT", "url": "https://api.validere.io/app/v1/form_submissions/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Form Submission ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a form submission" }, { "info": { "name": "Delete a Form Submission", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.validere.io/app/v1/form_submissions/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Form Submission ID" }, { "name": "form_submission_version", "value": "", "type": "query", "description": "Form Submission Version" } ] }, "docs": "Delete a Form Submission" } ] } ], "bundled": true }