GetPage - 获取单个自定义响应页面详情

根据自定义响应页面的ID获取单个自定义响应页面详情。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

当前API暂无授权信息透出。

请求参数

名称类型必填描述示例值
Idlong

自定义响应页面的 ID,可通过调用 ListPages 接口获取。

50000001

返回参数

名称类型描述示例值
object

Schema of Response

RequestIdstring

请求 ID。

36af3fcc-43d0-441c-86b1-428951dc8225
UpdateTimestring

自定义响应页面的最后修改时间。

2024-01-01T00:00:00Z
Idlong

自定义响应页面的 ID,可通过调用 ListPages 接口获取。

50000001
Namestring

自定义响应页面名称。

example
Descriptionstring

自定义响应页面描述。

a custom deny page
Kindstring

自定义响应页面类型。

custom
ContentTypestring

HTTP Header 中的 Content-Type 字段。

text/html
Contentstring

BASE64 编码后的 Content-Type 对应的响应页面内容。

PGh0bWw+aGVsbG8gcGFnZTwvaHRtbD4=

示例

正常返回示例

JSON格式

{
  "RequestId": "36af3fcc-43d0-441c-86b1-428951dc8225 ",
  "UpdateTime": "2024-01-01T00:00:00Z",
  "Id": 50000001,
  "Name": "example",
  "Description": "a custom deny page",
  "Kind": "custom",
  "ContentType": "text/html",
  "Content": "PGh0bWw+aGVsbG8gcGFnZTwvaHRtbD4="
}

错误码

HTTP status code错误码错误信息描述
400InvalidParametersThe specified parameters are invalid.参数非法。
400InternalExceptionFailed to call the service. Try again later or contact technical support.调用服务失败,请稍后重试或联系客服咨询详情。

访问错误中心查看更多错误码。

变更历史

变更时间变更内容概要操作
2024-09-25OpenAPI 错误码发生变更查看变更详情