You need to enable JavaScript to run this app.
导航

PCFileType

最近更新时间2024.05.07 20:48:38

首次发布时间2023.11.24 16:46:34

调用PCFileType获取日志类型。

请求说明

  • 请求方式:POST
  • 请求地址:/?Action=PCFileType&Version=2022-10-28
ServiceName : apmplus_openapi
Region : cn-beijing
X-App-Ids : xxx
Content-Type : application/json

请求参数

Query

参数类型是否必选示例值描述
ActionStringPCFileType接口名称。当前 API 的名称为 PCFileType
VersionString2022-10-28接口版本。当前 API 的版本为 2022-10-28

Body

参数类型是否必选示例值描述
app_idLong123456App ID。
device_idStringxxxxx设备ID。
user_idString-用户ID。
start_timeLong1700621639开始时间。
end_timeLong1700708039结束时间。
osStringpc系统。
regionStringcn地域。

返回参数

参数类型示例值描述
dataArray of String-返回数据。
error_msgString-错误信息。成功为空。
error_noLong200错误码。成功为0。

请求示例

POST /?Action=PCFileType&Version=2022-10-28
{
    "app_id": 123456,
    "os": "pc",
    "region": "cn",
    "end_time": 1700729494,
    "start_time": 1700643094,
    "dimension": "scene",
    "device_id": "3xxxA4"
}

返回示例

{
    "data": [
        "upload"
    ],
    "errmsg": "",
    "errno": 200
}