Page 1 of 1
REST API not returning response code
Posted: Tue Aug 22, 2023 01:34
by nickneversleeps
Has anyone come across a behavior where occasionally the REST API will just not return a response? Seems intermittent (although relatively frequent). Happens when sending the request from Insomnia OR from the Swagger so seems to be on the application end. I've tried different listen ports and that doesn't seem to make a difference.
Re: With the REST API am I able to fetch the playlist?
Posted: Wed Aug 23, 2023 12:37
by Heena
Is it possible from the REST API that I can fetch the real time playlist and identify what is the next composition and at what time is it?
Re: REST API not returning response code
Posted: Thu Aug 24, 2023 21:27
by Zoltán
nickneversleeps wrote: Tue Aug 22, 2023 01:34
Has anyone come across a behavior where occasionally the REST API will just not return a response?
What's the message you expect a response to?
Re: With the REST API am I able to fetch the playlist?
Posted: Thu Aug 24, 2023 21:29
by Zoltán
Heena wrote: Wed Aug 23, 2023 12:37
Is it possible from the REST API that I can fetch the real time playlist and identify what is the next composition and at what time is it?
Yes, you can GET /composition data, and the currently playing clip with that.
https://resolume.com/docs/restapi/