GET api/GetRekeyDocumentListDDL?ClientId={ClientId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResponseOfNotRekeyDocumentModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of NotRekeyDocumentModel |
None. |
|
| Success | boolean |
None. |
|
| Message | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": [
{
"FormId": 1,
"Full_Name": "sample string 2",
"FormType": "sample string 3",
"LinkedObjName": "sample string 4"
},
{
"FormId": 1,
"Full_Name": "sample string 2",
"FormType": "sample string 3",
"LinkedObjName": "sample string 4"
}
],
"Success": true,
"Message": [
"sample string 1",
"sample string 2"
]
}