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
| Name | Typ | Pflichtfeld | Standard | Beschreibung |
|---|---|---|---|---|
model_id | String | ✓ | [Get Node] UUID of the model. Path parameter. | |
node_id | String | ✓ | [Get Node] ID of the node to retrieve. Accepts UUID or auto-ID (e.g. REQ-42). Path parameter. | |
locale | String | — | [Get Node] Return labels and descriptions in this locale. Query parameter. |
Beispielantwort
{"id": "uuid", "label": "OAuth Integration", "properties": {...}, "incoming": [...], "outgoing": [...]}