GET api/GetCommentGojsDetail?ENTITY_ID={ENTITY_ID}&INVESTOR_ID={INVESTOR_ID}&FUND_DEAL_ID={FUND_DEAL_ID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ENTITY_ID | integer |
Required |
|
INVESTOR_ID | integer |
Required |
|
FUND_DEAL_ID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResponseOfCommentGoJSModelName | Description | Type | Additional information |
---|---|---|---|
Data | Collection of CommentGoJSModel |
None. |
|
Success | boolean |
None. |
|
Message | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": [ { "ID": 1, "ENTITY_ID": 1, "INVESTOR_ID": 1, "loc": "sample string 2", "FUND_DEAL_ID": 1, "HTML_NOTE": "sample string 3", "USER_ID": 1, "CLIENT_ID": 1 }, { "ID": 1, "ENTITY_ID": 1, "INVESTOR_ID": 1, "loc": "sample string 2", "FUND_DEAL_ID": 1, "HTML_NOTE": "sample string 3", "USER_ID": 1, "CLIENT_ID": 1 } ], "Success": true, "Message": [ "sample string 1", "sample string 2" ] }