cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X

Automating mashup creation?

sash1
3-Visitor

Automating mashup creation?

Hi,

 

I need to create a large number of mashups and was wondering if there is a faster way to do so than navigating the composer and creating them manually. Is there a way to solve this problem programmatically, i.e. automate the creation process when given a list of mashup names?

 

Thanks in advance!  

3 REPLIES 3

Any composer action it's an API REST Call, if you replicate it you can do it.

You could also build the Mashup XML via Import Entities (to see Mashup XML format, export a Mashup through Export for Source Control for instance)

Thanks for the quick reply. I am new to REST API but from what I have seen so far it only seems to be possible to create one new mashup at a time. However I do know that one can update multiple properties simultaneously. What would a POST command look like that can create multiple mashups at the same time?

Top Tags