ISDP-根据父级ID查询所有对象信息(API名称:findListByParentId):响应示例

时间:2024-01-18 13:56:07

响应示例

{
    "status": "success",
    "msg": null,
    "data": [
        {
            "appName": "basedata-server",
            "createdBy": 1,
            "creationDate": "2021-01-16T03:16:54.000+00:00",
            "deleteFlag": 0,
            "entityName": "indelligentGroup",
            "groupPath": "50313",
            "lastUpdateDate": "2021-01-16T03:16:54.000+00:00",
            "lastUpdatedBy": 1,
            "level": 2,
            "objectGroupId": -2021102712,
            "objectGroupName": "配网带电作业",
            "objectGroupNameEnUs": "Network distribution live-line work",
            "parentId": 50313,
            "sort": 1,
            "tenantId": 1
        },
        {
            "appName": null,
            "createdBy": -1,
            "creationDate": "2021-02-27T08:32:43.000+00:00",
            "deleteFlag": 0,
            "entityName": "intelligentGroup",
            "groupPath": "50313",
            "lastUpdateDate": "2021-02-27T08:32:43.000+00:00",
            "lastUpdatedBy": -1,
            "level": 2,
            "objectGroupId": 50315,
            "objectGroupName": "营销作业",
            "objectGroupNameEnUs": "Marketing operation",
            "parentId": 50313,
            "sort": 2
        }
    ],
    "success": true,
    "failed": false
}
support.huaweicloud.com/api-isdp/api_01_0255.html