Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| form_builder_api [2025/08/19 06:10] – [5. Acceptance Criteria] pr3 | form_builder_api [2025/08/26 04:42] (current) – pr3 |
|---|
| ===== 3. Features & API List ===== | ===== 3. Features & API List ===== |
| ^ API ID ^ Feature Name ^ Description ^ Method ^ Example Path ^ | ^ API ID ^ Feature Name ^ Description ^ Method ^ Example Path ^ |
| | API-001 | Get Field Metadata | Retrieve field definitions for a specific form | POST | /api/v1/form-results-value/metadata | | | [[API-001]] | Get Field Metadata | Retrieve field definitions for a specific form | POST | /api/v1/form-results-value/metadata | |
| | API-002 | Create Form Entry | Submit a new form response to a specific Workspace | POST | /api/v1/form-results-value/create | | | API-002 | Create Form Entry | Submit a new form response to a specific Workspace | POST | /api/v1/form-results-value/create | |
| | API-003 | Update Form Entry | Update an existing form entry by result_id | PUT | /api/v1/form-results-value/update/{result_id}| | | API-003 | Update Form Entry | Update an existing form entry by result_id | PUT | /api/v1/form-results-value/update/{result_id}| |
| |
| **Note:** For any field with `type=upload`, you should call the File Upload API first and pass the response in the format above. | **Note:** For any field with `type=upload`, you should call the File Upload API first and pass the response in the format above. |
| See: **Form Record File Upload API** | See: [[Form Record File Upload API]] |
| |
| **Success Response** | **Success Response** |