`/wb` is missing in the URL (I also missed it) Your URL 'https://test.org:5555/openmeetings/services/cleanwb/7/0?sid=d18cb4c3-f9c8-4405-bda6-6529a03b20e6' working URL 'https://test.org:5555/openmeetings/services/wb/cleanwb/7/0?sid=d18cb4c3-f9c8-4405-bda6-6529a03b20e6'
On Thu, 26 Dec 2019 at 14:43, Daniel Baker <[email protected]> wrote: > > I did consult that page but was not sure how to construct the curl sequence. > > Unfortunately I am not getting the expected results. Not seeing the > WB clean :-( > > > curl -k --header "Content-Type: application/json" -X get > 'https://test.hopto.org:5555/openmeetings/services/cleanwb/7/0?sid=9183a617-5cfb-4a85-bc3c-545d75a910bc' > > > The sid is coming from the admin who is logged in. Is it working > correctly for you ? > > > Thanks, > > > Dan > > > On 12/26/2019 7:15 AM, Maxim Solodovnik wrote: > > Hello Daniel, > > > > Here [1] > > you can see @Path("/cleanwb/{roomid}/{wbid}") > > So the correct url should be > > > > 'https://test.org:5555/openmeetings/services/cleanwb/7/0?sid=d18cb4c3-f9c8-4405-bda6-6529a03b20e6' > > > > > > [1] > > https://openmeetings.apache.org/openmeetings-webservice/apidocs/org/apache/openmeetings/webservice/WbWebService.html#cleanWb(java.lang.String,long,long) > > > > On Thu, 26 Dec 2019 at 14:12, Daniel Baker <[email protected]> > > wrote: > >> Is this the correct curl sequence to perform clean WB > >> > >> > >> curl -k --header "Content-Type: application/json" -X get > >> 'https://test.org:5555/openmeetings/services/cleanwb/sid=d18cb4c3-f9c8-4405-bda6-6529a03b20e6&roomid=7&wbid=0' > >> > >> > >> > >> Thanks, > >> > >> > >> Dan > > > > -- WBR Maxim aka solomax
