PR3 Release Note

Differences

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

Link to this comparison view

Next revision
Previous revision
api-001 [2025/08/19 08:29] – created pr3api-001 [2025/08/19 08:32] (current) pr3
Line 43: Line 43:
 } }
 </code> </code>
 +
 +=== Example Response ===
 +
 +<code json>
 +{
 +  "success": true,
 +  "data": {
 +    "form_name": "",
 +    "fields": [
 +      {
 +        "field_key": "",
 +        "label": "",
 +        "type": "",
 +        "required": true
 +      }
 +    ]
 +  }
 +}
 +</code>
 +
 +This endpoint is essential for developers looking to dynamically understand and interact with forms in their application, ensuring that they can handle user inputs correctly based on the form's metadata.
  
api-001.1755592198.txt.gz · Last modified: by pr3