GET api/FormModule/GetFormById/{Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
CustomFormDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| FormContent | string |
None. |
|
| FormHeader | string |
None. |
|
| ToEmail | string |
None. |
|
| Disabled | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Name": "sample string 2",
"FormContent": "sample string 3",
"FormHeader": "sample string 4",
"ToEmail": "sample string 5",
"Disabled": true
}