Re: Cannot reproduce REST API example

2016-09-08 Thread Maxim Solodovnik
essing the hash now opens a normal room and not the recording. > > > > What am I doing wrong? > > > > With lots of regards > > -Andre! > > > > P.S : Thanks for all the help up to now Maxim, I highly appreciate it! > > > > *Von:* Maxim Sol

AW: Cannot reproduce REST API example

2016-09-08 Thread Andre Wruszczak
o:solomax...@gmail.com] Gesendet: Friday, September 2, 2016 4:58 AM An: Openmeetings user-list Betreff: Re: Cannot reproduce REST API example Sure, but this would be not for free ... :))) Please try 3.1.3-SNAPSHOT and edit API Wiki :)) so to get links to Recording you need: 1) create hash as b

Re: Cannot reproduce REST API example

2016-09-01 Thread Maxim Solodovnik
> > Cheers > > Andre > > > > *Von:* Maxim Solodovnik [mailto:solomax...@gmail.com] > *Gesendet:* Thursday, September 1, 2016 7:09 PM > > *An:* Openmeetings user-list > *Betreff:* Re: Cannot reproduce REST API example > > > > BTW recording by id is onl

AW: Cannot reproduce REST API example

2016-09-01 Thread Andre Wruszczak
: Thursday, September 1, 2016 7:09 PM An: Openmeetings user-list Betreff: Re: Cannot reproduce REST API example BTW recording by id is only available to logged in OM user To view recording by external user you need other URL WBR, Maxim (from mobile, sorry for the typos) On Sep 1, 2016 23:24

Re: Cannot reproduce REST API example

2016-09-01 Thread Maxim Solodovnik
gt;> >> *Von:* Maxim Solodovnik [mailto:solomax...@gmail.com] >> *Gesendet:* Thursday, September 1, 2016 6:17 PM >> *An:* Openmeetings user-list >> *Betreff:* Re: Cannot reproduce REST API example >> >> >> >> To be able to login SOAP user additionally need:

Re: Cannot reproduce REST API example

2016-09-01 Thread Maxim Solodovnik
t; *Von:* Maxim Solodovnik [mailto:solomax...@gmail.com] > *Gesendet:* Thursday, September 1, 2016 6:17 PM > *An:* Openmeetings user-list > *Betreff:* Re: Cannot reproduce REST API example > > > > To be able to login SOAP user additionally need: > > 1) Login permission

AW: Cannot reproduce REST API example

2016-09-01 Thread Andre Wruszczak
: Maxim Solodovnik [mailto:solomax...@gmail.com] Gesendet: Thursday, September 1, 2016 6:17 PM An: Openmeetings user-list Betreff: Re: Cannot reproduce REST API example To be able to login SOAP user additionally need: 1) Login permission 2) Must have at least one group assigned Users are

Re: Cannot reproduce REST API example

2016-09-01 Thread Maxim Solodovnik
d. > > > > Cheers > > Andre > > *Von:* Maxim Solodovnik [mailto:solomax...@gmail.com] > *Gesendet:* Monday, August 29, 2016 4:21 PM > *An:* Openmeetings user-list > *Betreff:* Re: Cannot reproduce REST API example > > > > This is why I have creat

AW: Cannot reproduce REST API example

2016-09-01 Thread Andre Wruszczak
: Monday, August 29, 2016 4:21 PM An: Openmeetings user-list Betreff: Re: Cannot reproduce REST API example This is why I have created API :))) basic how-to is here: https://github.com/openmeetings/openmeetings-api-plugin/wiki code to create room: https://github.com/openmeetings/openmeetings

Re: Cannot reproduce REST API example

2016-08-29 Thread Maxim Solodovnik
gt; > > > > > > *Von:* Maxim Solodovnik [mailto:solomax...@gmail.com] > *Gesendet:* Friday, August 26, 2016 8:02 AM > *An:* Openmeetings user-list > *Betreff:* Re: Cannot reproduce REST API example > > > > This is why I have created PHP API [1] :))) > > I guess y

AW: Cannot reproduce REST API example

2016-08-27 Thread Andre Wruszczak
e an example in order to see how to send the sid and the room dto as query parameters. Thanks in advance! Cheers Andre Von: Maxim Solodovnik [mailto:solomax...@gmail.com] Gesendet: Friday, August 26, 2016 8:02 AM An: Openmeetings user-list Betreff: Re: Cannot reproduce REST

Re: Cannot reproduce REST API example

2016-08-25 Thread Maxim Solodovnik
This is why I have created PHP API [1] :))) I guess you need to take a look at this [2] line It will not work if both params will be encoded [1] https://github.com/openmeetings/openmeetings-api-plugin [2] https://github.com/openmeetings/openmeetings-api-plugin/blob/master/src/main/scripts/OmGatewa

Cannot reproduce REST API example

2016-08-25 Thread Andre Wruszczak
Dear Openmeetings-Team! Thank you for submitting the REST API Sample on your homepage! I am currently struggling with reproducing the ajax call shown in the sample with php. My url is pretty much this = http://localhost:5080/openmeetings/services/user/hash?sid=SOMEVALIDSID I am preparing th