GET api/GetUserInnovationDocuments?INO_MSTR_ID={INO_MSTR_ID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| INO_MSTR_ID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| FetchData | Object |
None. |
|
| ERR_CODE | integer |
None. |
|
| REF_ID | integer |
None. |
|
| REF_TEXT | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"FetchData": {},
"ERR_CODE": 2,
"REF_ID": 3,
"REF_TEXT": "sample string 4"
}
application/xml, text/xml
Sample:
<ResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/School.Models"> <ERR_CODE>2</ERR_CODE> <FetchData /> <REF_ID>3</REF_ID> <REF_TEXT>sample string 4</REF_TEXT> </ResponseModel>