Room service through API REST

2020-06-25 Thread Jibsan Joel Rosa Toirac
Hello there,greetings to all. Please I need help, I want now to create a Room using the same way you sent me which is the one I was looking for, this one for creating an user: curl --location --request POST 'http:// 192.168.14.98:5080/openmeetings/services/user

Re: Room service through API REST

2020-06-25 Thread Maxim Solodovnik
Hello Jibsan, you can check our PHP API to get exact syntax please use these values for type: https://github.com/apache/openmeetings/blob/master/openmeetings-db/src/main/java/org/apache/openmeetings/db/entity/room/Room.java#L130 On Thu, 25 Jun 2020 at 22:34, Jibsan Joel Rosa Toirac wrote: > Hel

Re: Room service through API REST

2020-06-26 Thread Jibsan Joel Rosa Toirac
Hello Maxim, I'm sorry but it gives me the idea, but still don't knowing how to fill out the remaining "type" field that I need, Irene wrote me this for creating an user with CURL: curl --location --request POST 'http:// 192.168.14.98:5080/openmeetings/services/user

Re: Room service through API REST

2020-06-26 Thread Daniel Baker
Did you try  : ['type'] = 'CONFERENCE'; On 6/26/2020 10:59 AM, Jibsan Joel Rosa Toirac wrote: Hello Maxim, I'm sorry but it gives me the idea, but still don't knowing how to fill out the remaining "type" field that I need, Irene wrote me this for creating an user with CURL: curl --location --

Re: Room service through API REST

2020-06-27 Thread Maxim Solodovnik
Hello Jibsan, I made some changes in build config and now you can go to https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/lastBuild/consoleFull and check request/response of existent Unit tests On Sat, 27 Jun 2020 at 02:18, Daniel Baker wrote: > Did you try : > ['type']