POSTPro+
/api/v1/models/{model_id}/nodes/batchBatch Get Nodes
Fetch multiple nodes by ID in a single request. More efficient than multiple single-node calls. Accepts UUIDs and auto-IDs (e.g. REQ-42).
AuthentifizierungBearer mpt_... or OAuth JWT
Plan-AnforderungPro+
Parameter
| Name | Typ | Pflichtfeld | Standard | Beschreibung |
|---|---|---|---|---|
node_ids | Array<String> | ✓ | [Batch Get Nodes] Array of node IDs to retrieve. Accepts UUIDs and auto-IDs (e.g. REQ-42). Request body. | |
model_id | String | ✓ | [Batch Get Nodes] UUID of the model. Path parameter. |
Beispielantwort
[{"id": "uuid-1", "label": "OAuth Integration", ...}, {"id": "uuid-2", "label": "Auth Service", ...}]