GET api/NE/TaskNotes
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of TaskNote| Name | Description | Type | Additional information |
|---|---|---|---|
| TaskNoteId | integer |
None. |
|
| TaskId | integer |
None. |
|
| TaskNoteTypeId | integer |
None. |
|
| Note | string |
None. |
|
| IsDeleted | boolean |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedBy | integer |
None. |
|
| ModifiedDate | date |
None. |
|
| Task | Task |
None. |
|
| TaskNoteType | TaskNoteType |
None. |
|
| User_CreatedBy | User |
None. |
|
| User_ModifiedBy | User |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"$type": "NE.Entities.Server.TASK.TaskNote, NE.Entities.Server",
"TaskNoteId": 1,
"TaskId": 2,
"TaskNoteTypeId": 3,
"Note": "sample string 4",
"IsDeleted": true,
"CreatedBy": 6,
"CreatedDate": "2025-10-26T03:42:47.577+00:00",
"ModifiedBy": 1,
"ModifiedDate": "2025-10-26T03:42:47.577+00:00",
"Task": {
"$id": "2",
"$type": "NE.Entities.Server.TASK.Task, NE.Entities.Server",
"AssignedUserId": 1,
"Attempts": 64,
"Comments": "sample string 2",
"CompletedBy": 1,
"CompletedDate": "2025-10-26T03:42:47.577+00:00",
"CreatedBy": 3,
"CreatedByBusinessUnitId": 4,
"CreatedByDataOriginId": 5,
"CreatedDate": "2025-10-26T03:42:47.577+00:00",
"DisplayName": "sample string 7",
"EndDueDate": "2025-10-26T03:42:47.577+00:00",
"EntityId": 9,
"EntityNameId": 10,
"FollowUpDate": "2025-10-26T03:42:47.577+00:00",
"InteractionAlertDate": "2025-10-26T03:42:47.577+00:00",
"IsEscalated": true,
"IsOpened": true,
"IsInteractionAlertActive": true,
"ModifiedBy": 1,
"ModifiedDate": "2025-10-26T03:42:47.577+00:00",
"ParentTaskId": 1,
"PublicNotes": "sample string 13",
"StartDueDate": "2025-10-26T03:42:47.577+00:00",
"TaskId": 15,
"TaskPriorityId": 16,
"TaskQueueId": 64,
"TaskSourceId": 1,
"TaskStatusId": 18,
"TaskTypeId": 19,
"Tasks": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"TaskNotes": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"TaskWorkedEvents": [
{
"$id": "3",
"$type": "NE.Entities.Server.TASK.TaskWorkedEvent, NE.Entities.Server",
"TaskWorkedEventID": 1,
"TaskID": 2,
"EventEntityNameID": 3,
"EventEntityID": 4,
"CreatedBy": 5,
"CreatedDate": "2025-10-26T03:42:47.577+00:00",
"EntityName": {
"$id": "4",
"$type": "AHS.Server.Entities.EntityName, AHS.Server",
"EntityNameId": 1,
"Description": "sample string 2",
"CodeName": "sample string 3"
},
"Task": {
"$ref": "2"
},
"CreatedByUser": {
"$id": "5",
"$type": "AHS.Server.Entities.User, AHS.Server",
"UserId": 1,
"Username": "sample string 2",
"FirstName": "sample string 3",
"LastName": "sample string 4",
"Email": "sample string 5",
"IsActive": true,
"IsSystem": true,
"IsADBased": true,
"BusinessUnitId": 9,
"PermissionIds": [
1,
2
],
"FullName": "sample string 3 sample string 4",
"BusinessUnit": {
"$id": "6",
"$type": "AHS.Server.Entities.BusinessUnit, AHS.Server",
"BusinessUnitId": 1,
"Description": "sample string 2",
"IsAHS": true
}
}
},
{
"$ref": "3"
}
],
"CreatedByBusinessUnit": {
"$ref": "6"
},
"EntityName": {
"$ref": "4"
},
"ParentTask": {
"$ref": "2"
},
"TaskPriority": {
"$id": "7",
"$type": "NE.Entities.Server.TASK.TaskPriority, NE.Entities.Server",
"TaskPriorityId": 1,
"Description": "sample string 2",
"CodeName": "sample string 3",
"PriorityLevel": 4,
"IsForState": true,
"Definition": "sample string 6",
"EntityNameId": 1,
"EntityName": {
"$ref": "4"
}
},
"TaskQueue": {
"$id": "8",
"$type": "NE.Entities.Server.TASK.TaskQueue, NE.Entities.Server",
"TaskQueueId": 64,
"Description": "sample string 2",
"AlternateDescription": "sample string 3",
"Codename": "sample string 4",
"IsForState": true,
"EntityNameId": 1
},
"TaskSource": {
"$id": "9",
"$type": "NE.Entities.Server.TASK.TaskSource, NE.Entities.Server",
"CodeName": "sample string 1",
"Description": "sample string 2",
"IsActive": true,
"TaskSourceId": 4,
"EntityNameId": 1,
"Tasks": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"EntityName": {
"$ref": "4"
}
},
"TaskStatus": {
"$id": "10",
"$type": "NE.Entities.Server.TASK.TaskStatus, NE.Entities.Server",
"TaskStatusId": 1,
"Description": "sample string 2",
"IsFinal": true,
"CodeName": "sample string 4",
"GeneratesTicket": true,
"TicketBusinessUnitId": 1,
"CanResolve": true,
"EntityNameId": 1,
"TaskInboxSortOrder": 7,
"TicketBusinessUnit": {
"$ref": "6"
},
"EntityName": {
"$ref": "4"
},
"IsForState": true
},
"TaskType": {
"$id": "11",
"$type": "NE.Entities.Server.TASK.TaskType, NE.Entities.Server",
"TaskTypeId": 1,
"TaskAssignmentTypeId": 64,
"Description": "sample string 2",
"AlternateDescription": "sample string 3",
"IsActive": true,
"IsCallDriven": true,
"CanCreate_Backend": true,
"CanCreate_UI": true,
"CanCreate_Manual": true,
"ListOrder": 64,
"CodeName": "sample string 10",
"DefaultTaskQueueId": 64,
"EntityNameId": 1,
"TaskTypeEntityTypes": [
{
"$id": "12",
"$type": "NE.Entities.Server.TASK.TaskTypeEntityName, NE.Entities.Server",
"TaskTypeEntityNameID": 1,
"TaskTypeID": 2,
"EntityNameID": 3,
"Description": "sample string 4",
"CreatePermissionID": 1,
"AssignmentPermissionID": 1,
"WorkablePermissionID": 1,
"ManagementPermissionID": 1,
"ReadOnlyPermissionId": 1,
"CodeName": "sample string 5",
"BusinessUnitId": 1,
"Users": [
{
"$ref": "5"
},
{
"$ref": "5"
}
],
"EntityName": {
"$ref": "4"
},
"TaskType": {
"$ref": "11"
},
"BusinessUnit": {
"$ref": "6"
}
},
{
"$ref": "12"
}
],
"EntityName": {
"$ref": "4"
},
"TaskAssignmentType": {
"$id": "13",
"$type": "NE.Entities.Server.TASK.TaskAssignmentType, NE.Entities.Server",
"TaskAssignmentTypeID": 64,
"Description": "sample string 2",
"CodeName": "sample string 3",
"TaskTypes": [
{
"$ref": "11"
},
{
"$ref": "11"
}
]
}
},
"AssignedUser": {
"$ref": "5"
},
"CreatedByUser": {
"$ref": "5"
},
"ModifiedByUser": {
"$ref": "5"
},
"CompletedByUser": {
"$ref": "5"
}
},
"TaskNoteType": {
"$id": "14",
"$type": "NE.Entities.Server.TASK.TaskNoteType, NE.Entities.Server",
"TaskNoteTypeId": 1,
"Description": "sample string 2",
"CodeName": "sample string 3",
"IsAttempt": true,
"CanSelectOnWeb": true,
"TaskStatusId": 1,
"TaskNotes": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"TaskStatus": {
"$ref": "10"
}
},
"User_CreatedBy": {
"$ref": "5"
},
"User_ModifiedBy": {
"$ref": "5"
}
},
{
"$ref": "1"
}
]