get_node_details

readSeit v1.0

Get complete details for one or more nodes by their IDs. Returns all properties, description, and metadata. Accepts both UUIDs and auto-IDs (e.g. REQ-42).

Parameter

NameTypPflichtfeldStandardBeschreibung
localeString[get_node_details] Optional locale code to return translated names and descriptions.
node_idsArray<String>[get_node_details] IDs of the nodes to retrieve. Accepts UUIDs and auto-IDs (e.g. REQ-42). Required.

Beispielanfrage

{"node_ids": ["uuid-1", "REQ-42"]}

Beispielantwort

{"nodes": [{"id": "uuid-1", "label": "OAuth Integration", "type": "Feature", "properties": {"status": "planned", "priority": "1"}}]}