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

Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! 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