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": "fed3abba-7579-4c13-aff4-59aa20400fe1",
    "Time": "2026-07-05T04:28:25.5853261+08:00",
    "OrderId": "69bf34ed-b78a-4274-b55e-5c5d46f9d38f",
    "Action": "sample string 4",
    "ActionType": 0,
    "Request": "sample string 5",
    "Response": "sample string 6",
    "Creater": "sample string 7"
  },
  {
    "ID": "fed3abba-7579-4c13-aff4-59aa20400fe1",
    "Time": "2026-07-05T04:28:25.5853261+08:00",
    "OrderId": "69bf34ed-b78a-4274-b55e-5c5d46f9d38f",
    "Action": "sample string 4",
    "ActionType": 0,
    "Request": "sample string 5",
    "Response": "sample string 6",
    "Creater": "sample string 7"
  }
]