Hello,
I need to play Group or part in Superconductor via http api (or another way)
I taked a look at http://127.0.0.1:5500/api/internal/playGroup/? but I don’t know how to use it.
I tried to call playGroup/group_id but id doest’t works.
Can you help me?
Thanks,
Andrea.
Hi!
SuperConductor doesn’t have a documented/stable API as of now, the internal API might (and will) change between versions.
As a temporary solution though; you should be able to do this (see source code [1, 2]) :
POST api/internal/playGroup
body:
{
rundownId: string
groupId: string
}
Thanks Nytamin,
I managed to solve it.
the problem was that the commands had to be sent with post but the parameters must be passed in the url and not in the body
like this:
http://localhost:5500/api/internal/playGroup/?rundownId=ticker.rundown.json&groupId=vk5WMKNP