GetSchema - 获取Schema

调试

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

授权信息

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

请求参数

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

schema id

profile
RequestIdstring

请求 ID。

03C67DAD-EB26-41D8-949D-9B0C470FB716
InstanceIdstring

实例 ID

b0eb2742-f37e-4c67-82d4-25c651c1xxxx

返回参数

名称类型描述示例值
object

GetSchemaResponse

Dataobject

数据。

InstanceIdstring

实例 ID。

5e0964fd-951c-4e45-b518-d09d4d2db8ca
Idstring

schema id

profile
Descriptionstring

描述

客户profile
Propertiesobject

字段列表

object

字段

DisplayNamestring

显示名称

姓名
Descriptionstring

描述

name
Namestring

名称

name
DataTypestring

数据类型

string
Patternstring

正则表达式校验规则

^
PatternErrorMessagestring

正则表达式校验错误提示信息

不是有效的email地址
MinLengthinteger

最小长度

1
MaxLengthinteger

最大长度

10
Minimumdouble

数字最小值

1
Maximumdouble

数字最大值

10
Requiredboolean

是否必填

false
Systemboolean

是否是系统字段

false
Disabledboolean

是否被禁用

false
Arrayboolean

是否是数组

false
ReadOnlyboolean

是否只读

false
EditorTypestring

编辑器类型

textbox
Attributesstring

扩展属性

{}
DisplayOrderinteger

列表展示顺序

1
CreatedTimelong

创建时间

2021-07-14 10:48:43.0
UpdatedTimelong

更新时间

2021-07-14 10:48:43.0
Creatorstring

创建者

tom
CreatedTimestring

创建时间。

2021-07-14 10:48:43.0
UpdatedTimestring

上次修改的时间。

2021-07-14 10:48:43.0
Deletedboolean

是否被删除

false
RequestIdstring

请求 ID。

19D09CCC-F298-4124-849A-AFA217819011
HttpStatusCodeinteger

HTTP 状态码

200
Codestring

响应码

OK
Messagestring

响应信息。

Service abnormal, the instance 0418 is ceased.
Paramsarray

响应参数。

Paramstring

响应参数。

示例

正常返回示例

JSON格式

{
  "Data": {
    "InstanceId": "5e0964fd-951c-4e45-b518-d09d4d2db8ca",
    "Id": "profile",
    "Description": "客户profile",
    "Properties": {
      "key": {
        "DisplayName": "姓名",
        "Description": "name",
        "Name": "name",
        "DataType": "string",
        "Pattern": "^",
        "PatternErrorMessage": "不是有效的email地址",
        "MinLength": 1,
        "MaxLength": 10,
        "Minimum": 1,
        "Maximum": 10,
        "Required": false,
        "System": false,
        "Disabled": false,
        "Array": false,
        "ReadOnly": false,
        "EditorType": "textbox",
        "Attributes": "{}",
        "DisplayOrder": 1,
        "CreatedTime": 0,
        "UpdatedTime": 0,
        "Creator": "tom"
      }
    },
    "CreatedTime": "2021-07-14 10:48:43.0",
    "UpdatedTime": "2021-07-14 10:48:43.0",
    "Deleted": false
  },
  "RequestId": "19D09CCC-F298-4124-849A-AFA217819011",
  "HttpStatusCode": 200,
  "Code": "OK",
  "Message": "Service abnormal, the instance 0418 is ceased.",
  "Params": [
    "无"
  ]
}

错误码

HTTP status code错误码错误信息描述
404NotExists.InstanceIdThe specified instance %s does not exist.指定的呼叫中心实例不存在。

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