Is it possible to load a node within a PHP action controller, if I only have the node’s aggregateId, but no workspace, no content repository and no dimension infos?
My problem is that i wasn’t able to handover the complete node object via GET, so i tried with the aggregateId (which worked), but now I’m unable to load the node via ID.
Hi there,
for passing nodes via request to a controller, there is the NodeAddress object that can be serialized and deserialized and contains all information that you need - given you have one of the later betas.