Best Reply
There is no method to create a model in ARIS Repository API. See chapter 7 in "Technical_introduction_to_ARIS_Repository_API.pdf"
6 Replies
There is no method to create a model in ARIS Repository API. See chapter 7 in "Technical_introduction_to_ARIS_Repository_API.pdf"
Hi
Also see this post https://www.ariscommunity.com/users/zazoto/2017-12-17-creating-models
for example :
var SelectedModels = ArisData.getSelectedModels([13])[0].Group().CreateModel (14,ArisData.getSelectedModels([13])[0].Name(-1),-1);
Hi Michel,
this is how to create a model with the ARIS script (report) API. Which is possible. The ARIS (REST) API will not allow you to create models.
Best regards,
Jens
M. Zschuckelt on
Hi, the documentation can be found on your ARIS server at
http(s)://your.domain/apidocs/index.html