Hello Maxim, how are you? I finally solved the HASH invitation with the Log link you sent. It was super helpfull. Thank you for your time. Here I will let to all the Comunity two Documents, one with the HASH Invitation Method and the other with all the Methods I've been using with CURL.
In the HASH document, on Top there is the Fields of example and below the URL, which you can just paste on the Web Explorer, there is a little explination of some expressions. Thank you once more for your time. Greetings and best wishes, Jibsan.
invite
{"email":"[email protected]","firstname":"Jibsan","languageId":0,"lastname":"Toirac","message":"Test
Reunion","password":"Sys@123!","passwordProtected":false,"roomId":11,"subject":"Final
Test","valid":"PERIOD","validFrom":"2020-07-10 02:25:12","validTo":"2020-07-20
22:25:12"}
http://192.168.14.90:5080/openmeetings/services/room/hash?sid=af9223a6-986f-4a5b-9e72-f8526455f131&invite=%7B%22email%22%3A%22jibsan94%40gmail.com%22,%22firstname%22%3A%22Jibsan%22,%22languageId%22%3A0,%22lastname%22%3A%22Toirac%22,%22message%22%3A%22Test+Reunion%22,%22password%22%3A%22Sys%40123%21%22,%22passwordProtected%22%3Afalse,%22roomId%22%3A11,%22subject%22%3A%22Final+Test%22,%22valid%22%3A%22PERIOD%22,%22validFrom%22%3A%222020-07-10+02%3A25%3A12%22,%22validTo%22%3A%222020-07-20+22%3A25%3A12%22%7D&sendmail=true
%22 = "
%7B = {
%7D = }
%40 = @
%3A = :
%21 = !
+ is "blank space"
Result:
{
"serviceResult": {
"message": "39a8bbfe-0c9f-4022-9a3d-794e562413c0",
"type": "SUCCESS"
}
}
http://192.168.14.90:5080/openmeetings/hash?invitation=39a8bbfe-0c9f-4022-9a3d-794e562413c0
curl --location --request POST
'http://192.168.14.90:5080/openmeetings/services/room/hash?sid=af9223a6-986f-4a5b-9e72-f8526455f131&invite=%7B%22email%22%3A%22jibsan94%40gmail.com%22,%22firstname%22%3A%22Jibsan%22,%22languageId%22%3A0,%22lastname%22%3A%22Toirac%22,%22message%22%3A%22Test+Reunion%22,%22password%22%3A%22Sys%40123%21%22,%22passwordProtected%22%3Afalse,%22roomId%22%3A11,%22subject%22%3A%22Final+Test%22,%22valid%22%3A%22PERIOD%22,%22validFrom%22%3A%222020-07-10+02%3A25%3A12%22,%22validTo%22%3A%222020-07-20+22%3A25%3A12%22%7D&sendmail=true'
Eng. Jibsan Joel Rosa Toirac ([email protected])
API Methods using CURL.md
Description: Binary data
