Queries a list of descendant nodes of a node in DataStudio.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ProjectId | string | Yes | The DataWorks workspace ID. You can log on to the DataWorks console and go to the Workspace page to query the ID. You must configure this parameter to specify the DataWorks workspace to which the API operation is applied. | 10001 |
Id | string | Yes | The ID of the node. | 860438872620113XXXX |
PageNumber | integer | No | The page number. Pages start from page 1. Default value: 1. | 1 |
PageSize | integer | No | The number of entries per page. Default value: 10. Maximum value: 100. | 10 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "204EAF68-CCE3-5112-8DA0-E7A60F02XXXX",
"PagingInfo": {
"TotalCount": "90",
"PageSize": "10",
"PageNumber": "1",
"Nodes": [
{
"Description": "",
"Name": "",
"Id": "723932906364267XXXX",
"ProjectId": "65133",
"Owner": "110755000425XXXX",
"CreateTime": 1724505917000,
"ModifyTime": 1724505917000,
"DataSource": {
"Name": "odps_first",
"Type": "odps"
},
"TaskId": "580667964888595XXXX",
"Tags": [
{
"Key": "null",
"Value": "null"
}
],
"Strategy": {
"Timeout": 0,
"InstanceMode": "T+1",
"RerunMode": "Allowed",
"RerunTimes": 3,
"RerunInterval": 180000
},
"Outputs": {
"Variables": [
{
"Name": "output",
"ArtifactType": "Variable",
"Scope": "NodeParameter",
"Type": "Constant",
"Value": "111",
"Id": "543217824470354XXXX",
"Node": {
"Output": "463497880880954XXXX"
}
}
],
"NodeOutputs": [
{
"Data": "463497880880954XXXX"
}
],
"Tables": [
{
"Guid": "odps.autotest.test_output_table_1"
}
]
},
"Inputs": {
"Variables": [
{
"Name": "input",
"ArtifactType": "Variable",
"Scope": "NodeParameter",
"Type": "Constant",
"Value": "111",
"Id": "543218872620113XXXX",
"Node": {
"Output": "860438872620113XXXX"
}
}
],
"NodeOutputs": [
{
"Data": "860438872620113XXXX"
}
],
"Tables": [
{
"Guid": "odps.autotest.test_output_table_1"
}
]
},
"Trigger": {
"Type": "Scheduler",
"Id": "543680677872062XXXX",
"Cron": "00 00 00 * * ?",
"StartTime": "1970-01-01 00:00:00",
"EndTime": "9999-01-01 00:00:00",
"Timezone": "Asia/Shanghai"
},
"Script": {
"Path": "root/demo",
"Runtime": {
"Command": "ODPS_SQL"
},
"Id": "853573334108680XXXX"
},
"RuntimeResource": {
"ResourceGroupId": "S_res_group_XXXX_XXXX"
},
"Recurrence": "Normal"
}
]
}
}
Error codes
For a list of error codes, visit the Service error codes.