GET api/NE/LiveChatLogs

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of LiveChatLog
NameDescriptionTypeAdditional information
ChatDate

date

None.

ChatText

string

None.

CreatedBy

integer

None.

CreatedDate

date

None.

LiveChatLogId

integer

None.

PersonId

integer

None.

CreatedByUser

User

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "$type": "NE.Entities.Server.HT.LiveChatLog, NE.Entities.Server",
    "ChatDate": "2024-03-29T11:12:01.297+00:00",
    "ChatText": "sample string 2",
    "CreatedBy": 3,
    "CreatedDate": "2024-03-29T11:12:01.297+00:00",
    "LiveChatLogId": 5,
    "PersonId": 6,
    "CreatedByUser": {
      "$id": "2",
      "$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": "3",
        "$type": "AHS.Server.Entities.BusinessUnit, AHS.Server",
        "BusinessUnitId": 1,
        "Description": "sample string 2",
        "IsAHS": true
      }
    }
  },
  {
    "$ref": "1"
  }
]