GET api/GetFormDetail?FORM_ID={FORM_ID}&RecordId={RecordId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
FORM_ID | integer |
Required |
|
RecordId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiPostResponseOfFormModelName | Description | Type | Additional information |
---|---|---|---|
Data | FormModel |
None. |
|
Success | boolean |
None. |
|
Message | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": { "FORM_ID": 1, "strFORM_ID": "sample string 1", "FileName": "sample string 2", "GroupEntityName": "sample string 3", "FORM_NAME": "sample string 4", "FORM_TYPE_NAME": "sample string 5", "strFORM_TYPE_NAME": "sample string 6", "Str_FORM_SIGNATURE_DT": "sample string 7", "Str_FORM_EXPIRY_DT": "sample string 8", "ValidityStatus": "sample string 9", "ValidityReason": "sample string 10", "Str_FORM_UPLOADED_DT": "sample string 11", "FORM_CHANGED_BY": "sample string 12", "LINKED_OBJ_TYPE": "sample string 13", "LINKED_OBJ_ID": 1, "FORM_TYPE_ID": 1, "FORM_UPLOADED_DT": "2025-06-23T12:58:11.0710435+00:00", "FILE_TYPE_NAME": "sample string 14", "CreatedBy": 15, "FileGuidName": "sample string 16", "FileBytes": "QEA=", "FORM_EXPIRY_DT": "2025-06-23T12:58:11.0710435+00:00", "CP_ID": 1, "CP_NAME": "sample string 17", "InvestorId": 1, "InvestorName": "sample string 18", "GroupEntityId": 1, "GE_Id": 1, "Type": "sample string 19", "FORM_SIGNATURE_DATE": "2025-06-23T12:58:11.0710435+00:00", "BO_ID": 1, "BO_NAME": "sample string 20", "LINKED_INVESTOR": "sample string 21", "LINKED_INVESTOR_INVESTOR_ID": 1, "STR_LINKED_INVESTOR_INVESTOR_ID": "sample string 22", "LINKED_INVESTOR_RECORD_ID": 1, "STR_LINKED_INVESTOR_RECORD_ID": "sample string 23", "LINKED_INVESTOR_INVESTOR_TYPE": "sample string 24", "RECORD_ID": 1, "GE_RECORD_ID": 1, "strRECORD_ID": "sample string 25", "RECORD_START_DT": "2025-06-23T12:58:11.0710435+00:00", "RECORD_END_DT": "2025-06-23T12:58:11.0710435+00:00", "strRECORD_START_DT": "sample string 26", "strRECORD_END_DT": "sample string 27", "FileSize": "sample string 28", "FileType": "sample string 29", "FilePath": "sample string 30", "LINKED_OBJ_NAME": "sample string 31", "DEEP_READ_TEMPLATE_ID": 1, "INVESTOR_TYPE": "sample string 32", "CLIENT_ID": 1, "INVESTOR_ID": 1, "strINVESTOR_ID": "sample string 33", "INVESTOR_RECORD_ID": 1, "strINVESTOR_RECORD_ID": "sample string 34", "INVESTOR_CLIENT_REFERENCE_ID": "sample string 35", "ENTITY_ID": 1, "strENTITY_ID": "sample string 36", "ENTITY_RECORD_ID": 1, "strENTITY_RECORD_ID": "sample string 37", "CONTROLLING_PERSON_ID": 1, "strCONTROLLING_PERSON_ID": "sample string 38", "CP_RECORD_ID": 1, "strCP_RECORD_ID": "sample string 39", "BENEFICIAL_OWNER_ID": 1, "strBENEFICIAL_OWNER_ID": "sample string 40", "BO_RECORD_ID": 1, "strBO_RECORD_ID": "sample string 41", "BO_CLIENT_REFERENCE_ID": "sample string 42", "LINKED_OBJ_REFERENCE_ID": "sample string 43", "IsSentToOcr": "sample string 44", "EncryptedInvestorId": "sample string 45", "EncryptedInvestorRecordID": "sample string 46", "EncryptedBOID": "sample string 47", "EncryptedBORecordID": "sample string 48", "EncryptedEntityID": "sample string 49", "EncryptedEntityRecordID": "sample string 50", "EncryptedCPID": "sample string 51", "EncryptedCPRecordID": "sample string 52", "OCR_STATUS": 1, "Str_OCR_STATUS": "sample string 53", "REKEY_STATUS": 1, "Str_REKEY_STATUS": "sample string 54", "StrMultipleSplitFormID": "sample string 55", "MultipleSplitFormSaveStatus": true, "MultipleSplitFormOCRStatus": true }, "Success": true, "Message": [ "sample string 1", "sample string 2" ] }