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:08] – [4. API Details] 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**
Line 261: Line 261:
  
 ---- ----
- 
-===== 5. Acceptance Criteria ===== 
-^ ID ^ Acceptance Item                                ^ Verification Method                                  | 
-| 1  | All APIs must enforce workspace_token          | Test with missing token; should return an error       | 
-| 2  | Field metadata can be retrieved successfully   | Use valid workspace_id and form_id for testing        | 
-| 3  | Form entry can be created successfully         | Should return result_id; data retrievable via query   | 
-| 4  | Existing form entry can be updated             | Use valid result_id; verify field value is updated    | 
-| 5  | Supports conditional query with pagination     | Test using filters, limit, and offset parameters      | 
-| 6  | Archive function restricted to internal use    | Test without internal_access_key; should return error | 
- 
  
  
form_builder_api.1755583729.txt.gz · Last modified: by pr3