Retrieves a metadata taxonomy node by its identifier.
enterprise_123456The namespace of the metadata taxonomy.
14d3d433-c77f-49c5-b146-9dea370f6e32The identifier of the metadata taxonomy node.
geographyThe key of the metadata taxonomy.
Returns the metadata taxonomy node that matches the identifier.
リクエストパラメータのいずれかが無効な場合に返されます。
Returned if the taxonomy node with the given node_id cannot be found.
予期しないクライアントエラー。
{
"id": "14d3d433-c77f-49c5-b146-9dea370f6e32",
"ancestors": [
{
"displayName": "France",
"id": "14d3d433-c77f-49c5-b146-9dea370f6e32",
"level": 2
}
],
"displayName": "France",
"level": 2,
"nodePath": [
"99df4513-7102-4896-8228-94635ee9d330"
],
"parentId": "99df4513-7102-4896-8228-94635ee9d330"
}