GET Api/Service/GetPlatformLogs/{OrderId}

平台交互日志获取

Request Information

URI Parameters

NameDescriptionTypeAdditional information
OrderId

订单ID

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

平台交互日志获取

Collection of SpeedPower.Utility.Models.Service.MILogs.GetPlatformLogModel
NameDescriptionTypeAdditional information
ID

日志ID

globally unique identifier

None.

Time

日志时间

date

None.

OrderId

订单ID

globally unique identifier

None.

Action

动作标识

string

Required

String length: inclusive between 0 and 50

ActionType

动作类型

SpeedPower.Utility.Models.Service.MILogs.Enums.LogsActionType

None.

Request

请求内容

string

None.

Response

返回内容

string

None.

Creater

创建者

string

Required

String length: inclusive between 0 and 128

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": "8b3b74e1-6716-4154-812f-7d6260b55ff0",
    "Time": "2024-10-22T16:20:06.3053555+08:00",
    "OrderId": "8f127a08-0d42-4371-a11b-2b85910ac023",
    "Action": "sample string 4",
    "ActionType": 0,
    "Request": "sample string 5",
    "Response": "sample string 6",
    "Creater": "sample string 7"
  },
  {
    "ID": "8b3b74e1-6716-4154-812f-7d6260b55ff0",
    "Time": "2024-10-22T16:20:06.3053555+08:00",
    "OrderId": "8f127a08-0d42-4371-a11b-2b85910ac023",
    "Action": "sample string 4",
    "ActionType": 0,
    "Request": "sample string 5",
    "Response": "sample string 6",
    "Creater": "sample string 7"
  }
]