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

Get Model

Returns the full model data including metamodel (M2 types) and all node/relationship instances. Equivalent to a full JSON export.

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

Parameter

NameTypPflichtfeldStandardBeschreibung
model_idString[Get Model] UUID of the model to retrieve. Path parameter.

Beispielantwort

{"id": "uuid", "name": "My Roadmap", "model": {"node_types": [...], "nodes": [...], "relationships": [...]}}