华为云ASTRO轻应用-根据ID查询选项列表值集或引用该选项列表值集的对象字段列表:响应示例

时间:2025-05-07 16:59:13

响应示例

{
    "resCode": "0",
    "resMsg": "成功",
    "result": [
        {
            "id": "testListId",
            "name": "testName",
            "isSorted": false,
            "isRestricted": false,
            "controlField": "",
            "masterLabel": "testLabel",
            "description": "",
            "isGlobal": true,
            "isBaseline": false,
            "picklistValues": [
                {
                    "id": "testValueId",
                    "value": "A",
                    "isDefault": false,
                    "isActive": true,
                    "label": "A",
                    "sequenceNo": 0,
                    "color": "",
                    "controlFieldValue": "",
                    "description": "",
                    "isBaseline": false,
                    "createdBy": "testUserId",
                    "createdBy.name": "test0xx",
                    "createdDate": "2019-08-05 20:38:24",
                    "lastModifiedBy": "testUserId",
                    "lastModifiedBy.name": "test0xx",
                    "lastModifiedDate": "2019-08-05 20:38:24",
                    "owner": "testUserId",
                    "owner.name": "test0xx",
                    "custom": true
                }
            ],
            "createdBy": "testUserId",
            "createdBy.name": "test0xx",
            "createdDate": "2019-08-05 20:38:24",
            "lastModifiedBy": "testUserId",
            "lastModifiedBy.name": "test0xx",
            "lastModifiedDate": "2019-08-05 20:38:24",
            "owner": "testUserId",
            "owner.name": "test0xx",
            "custom": true
        }
    ]
}
support.huaweicloud.com/api-astrozero/astrozero_api_0055.html