GET api/GetFormTypeList
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ApiResponseOfFormTypeModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of FormTypeModel |
None. |
|
| Success | boolean |
None. |
|
| Message | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": [
{
"FORM_TYPE_ID": 1,
"StrFORM_TYPE_ID": "sample string 1",
"FORM_TYPE_NAME": "sample string 2",
"FORM_VERSION": "sample string 3",
"DISPLAY_ORDER": 1,
"IS_DEEPRED_FORM": true,
"IS_CRS_FORM": true,
"IS_ONLY_REKEY": true,
"CREATED_BY": 1,
"CREATED_USER_NAME": "sample string 7",
"CREATED_ON": "2025-10-29T13:15:15.0681423+00:00",
"StrCREATED_ON": "sample string 8",
"UPDATED_BY": 1,
"UPDATED_USER_NAME": "sample string 9",
"UPDATED_ON": "2025-10-29T13:15:15.0681423+00:00",
"StrUPDATED_ON": "sample string 10",
"IS_DELETED": true,
"MODIFY_BY": "sample string 12",
"MODIFY_ON": "sample string 13"
},
{
"FORM_TYPE_ID": 1,
"StrFORM_TYPE_ID": "sample string 1",
"FORM_TYPE_NAME": "sample string 2",
"FORM_VERSION": "sample string 3",
"DISPLAY_ORDER": 1,
"IS_DEEPRED_FORM": true,
"IS_CRS_FORM": true,
"IS_ONLY_REKEY": true,
"CREATED_BY": 1,
"CREATED_USER_NAME": "sample string 7",
"CREATED_ON": "2025-10-29T13:15:15.0681423+00:00",
"StrCREATED_ON": "sample string 8",
"UPDATED_BY": 1,
"UPDATED_USER_NAME": "sample string 9",
"UPDATED_ON": "2025-10-29T13:15:15.0681423+00:00",
"StrUPDATED_ON": "sample string 10",
"IS_DELETED": true,
"MODIFY_BY": "sample string 12",
"MODIFY_ON": "sample string 13"
}
],
"Success": true,
"Message": [
"sample string 1",
"sample string 2"
]
}