GET api/GetGeneralDocumentFormList?ClientId={ClientId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResponseOfGeneralDocumentModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of GeneralDocumentModel |
None. |
|
| Success | boolean |
None. |
|
| Message | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": [
{
"GENERAL_FORM_ID": 1,
"STR_GENERAL_FORM_ID": "sample string 2",
"GENERAL_FORM_NAME": "sample string 3",
"GENERAL_FORM_GUID": "sample string 4",
"CLIENT_ID": 5,
"CREATED_BY": 6,
"CREATED_ON": "2025-10-29T12:54:11.2792637+00:00",
"STR_CREATED_ON": "sample string 8",
"IS_DELETED": true,
"FileBytes": "QEA=",
"FORM_TYPE": "sample string 10",
"DESCRIPTION": "sample string 11",
"UPLOAD_BY": "sample string 12"
},
{
"GENERAL_FORM_ID": 1,
"STR_GENERAL_FORM_ID": "sample string 2",
"GENERAL_FORM_NAME": "sample string 3",
"GENERAL_FORM_GUID": "sample string 4",
"CLIENT_ID": 5,
"CREATED_BY": 6,
"CREATED_ON": "2025-10-29T12:54:11.2792637+00:00",
"STR_CREATED_ON": "sample string 8",
"IS_DELETED": true,
"FileBytes": "QEA=",
"FORM_TYPE": "sample string 10",
"DESCRIPTION": "sample string 11",
"UPLOAD_BY": "sample string 12"
}
],
"Success": true,
"Message": [
"sample string 1",
"sample string 2"
]
}