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