GET api/GetMultipleSplitFormList?clientId={clientId}&folderGuidName={folderGuidName}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientId | integer |
Required |
|
folderGuidName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResponseOfMultipleSplitFormModelName | Description | Type | Additional information |
---|---|---|---|
Data | Collection of MultipleSplitFormModel |
None. |
|
Success | boolean |
None. |
|
Message | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": [ { "MultipleSplitFormID": 1, "StrMultipleSplitFormID": "sample string 2", "MultipleFormID": 3, "ClientID": 4, "FileName": "sample string 5", "FileTypeID": 1, "FileTypeName": "sample string 6", "SavedStatus": true, "OCRStatus": true, "FormDate": "2025-06-23T12:24:35.0993271+00:00", "CreatedBy": 9, "CreatedOn": "2025-06-23T12:24:35.0993271+00:00", "UpdatedBy": 1, "UpdatedOn": "2025-06-23T12:24:35.0993271+00:00", "IsDeleted": true, "UserID": 12 }, { "MultipleSplitFormID": 1, "StrMultipleSplitFormID": "sample string 2", "MultipleFormID": 3, "ClientID": 4, "FileName": "sample string 5", "FileTypeID": 1, "FileTypeName": "sample string 6", "SavedStatus": true, "OCRStatus": true, "FormDate": "2025-06-23T12:24:35.0993271+00:00", "CreatedBy": 9, "CreatedOn": "2025-06-23T12:24:35.0993271+00:00", "UpdatedBy": 1, "UpdatedOn": "2025-06-23T12:24:35.0993271+00:00", "IsDeleted": true, "UserID": 12 } ], "Success": true, "Message": [ "sample string 1", "sample string 2" ] }