GETPro+
/api/v1/models/{model_id}/nodes/{node_id}

Get Node

Full details for a single node including all properties and optionally its incoming and outgoing relationships. Accepts UUID or auto-ID (e.g. REQ-42).

AuthentifizierungBearer mpt_... or OAuth JWT
Plan-AnforderungPro+

Parameter

NameTypPflichtfeldStandardBeschreibung
model_idString[Get Node] UUID of the model. Path parameter.
node_idString[Get Node] ID of the node to retrieve. Accepts UUID or auto-ID (e.g. REQ-42). Path parameter.
localeString[Get Node] Return labels and descriptions in this locale. Query parameter.

Beispielantwort

{"id": "uuid", "label": "OAuth Integration", "properties": {...}, "incoming": [...], "outgoing": [...]}