PR3 Release Note

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
form_builder_api [2025/08/19 06:10] – [5. Acceptance Criteria] pr3form_builder_api [2025/08/26 04:42] (current) pr3
Line 35: Line 35:
 ===== 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}|
Line 111: Line 111:
  
 **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**
form_builder_api.1755583820.txt.gz · Last modified: by pr3