POSTPro+
/api/v1/models/{model_id}/nodes/batch

Batch 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

NameTypPflichtfeldStandardBeschreibung
node_idsArray<String>[Batch Get Nodes] Array of node IDs to retrieve. Accepts UUIDs and auto-IDs (e.g. REQ-42). Request body.
model_idString[Batch Get Nodes] UUID of the model. Path parameter.

Beispielantwort

[{"id": "uuid-1", "label": "OAuth Integration", ...}, {"id": "uuid-2", "label": "Auth Service", ...}]