GET api/forms/formdetails/{formID}
Retrieves detailed information about a specific form by its ID.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| formID |
The unique identifier of the form whose details are to be retrieved. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
On success: HTTP 200 OK with a data table containing form metadata. On failure: HTTP 400 Bad Request with a generic error message.
None.