API structure has changed
6 structure changes including:
6 Modifications
Modified
6
GET /api/v1/form/{form_uuid}/submission
- Response
- 200 response Added
GET /api/v1/form/{form_uuid}/submission-authored-by/{author_uuid}
- Response
- 200 response Added
GET /api/v1/form/{form_uuid}/submission/{uuid}
- Response
- 200 response Added
GET /public-form/form/{form_uuid}
- Response
- 200 response Added
POST /api/v1/form/{form_uuid}/submission
- Response
- 200 response Added
POST /public-form/form/{form_uuid}/submission
- Response
- 200 response Added