GET api/GetTaskTrackingNotesById?taskTrackingNoteId={taskTrackingNoteId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| taskTrackingNoteId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiPostResponseOfTaskTrackingNotesModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | TaskTrackingNotesModel |
None. |
|
| Success | boolean |
None. |
|
| Message | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"TASK_TRACKING_NOTE_ID": 1,
"STR_TASK_TRACKING_NOTE_ID": "sample string 2",
"CLIENT_ID": 3,
"NOTES_DATE": "2025-10-29T13:12:41.1141567+00:00",
"StrNOTES_DATE": "sample string 5",
"TITLE": "sample string 6",
"NOTES": "sample string 7",
"CREATED_BY": 8,
"CREATED_ON": "2025-10-29T13:12:41.1141567+00:00",
"UPDATED_BY": 1,
"UPDATED_ON": "2025-10-29T13:12:41.1141567+00:00"
},
"Success": true,
"Message": [
"sample string 1",
"sample string 2"
]
}