GET ActionApi/T_AppLog/GetT_AppLog

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of T_AppLog
NameDescriptionTypeAdditional information
id

integer

None.

cUserName

用户名

string

None.

cContent

内容JSON

string

None.

dtCreateTime

建立日期

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "cUserName": "sample string 2",
    "cContent": "sample string 3",
    "dtCreateTime": "2023-03-23T15:16:25.5785689+08:00"
  },
  {
    "id": 1,
    "cUserName": "sample string 2",
    "cContent": "sample string 3",
    "dtCreateTime": "2023-03-23T15:16:25.5785689+08:00"
  }
]