Queries the information about 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 | No | The DataWorks workspace ID. You can log on to the DataWorks console and go to the Workspace page to obtain the workspace ID. You must configure this parameter to specify the DataWorks workspace to which the API operation is applied. | 10000 |
Id | string | Yes | The ID of the node. | 860438872620113XXXX |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "22C97E95-F023-56B5-8852-B1A77A17XXXX",
"Node": {
"Id": "860438872620113XXXX\n",
"ProjectId": "10000",
"Name": "",
"Owner": "196596664824XXXX",
"CreateTime": 1700539206000,
"ModifyTime": 1700539206000,
"Spec": ""
}
}
Error codes
For a list of error codes, visit the Service error codes.