id |
string |
Identifier of the application. | read-only. |
name |
string |
Name of the application. Max length 127. | writable. |
clientId |
string |
client identifier of the application. | read-only. |
clientSecret |
string |
client secret of the application. | read-only. |
redirectUris |
list |
List of string for each redirect uri allowed. | writable. |
websiteLink |
string |
Website url of the application. | writable. |
mode |
string |
Type of application. Values: "client", "application", "backoffice". | writable. |
httpOrigins |
list |
List of string for each origin allowed. | writable. |
contact |
object |
Location of the conference | writable. |
contact.emailAddress |
string |
Email address of the contact. | writable. |
contact.privacyLink |
string |
Privacy policy url. | writable. |
contact.termsLink |
string |
Terms and conditions url. | writable. |
description |
string |
Description of the application. | writable. |
logging |
object |
Logging enabled or not. Logged HTTP Methods | writable. |
logging.methods |
list |
List of http methods to log. Values: "GET", "POST", "PUT", "DELETE", "PATCH" | writable. |
Deletes an entry on the application list.
Authentication is required to execute this request. Please refer to Authentication for more.
{applicationId}
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
applicationId |
string |
Application identifier. |
Do not supply a request body with this method.
If successful, this method returns an empty response body.
Returns an entry of the application list.>
Authentication is required to execute this request. Please refer to Authentication for more.
{applicationId}
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
applicationId |
string |
Application identifier. |
Do not supply a request body with this method.
If successful, this method returns a Application resource in the response body.
Returns entries on the application list.
Authentication is required to execute this request. Please refer to Authentication for more.
Parameter name | Value | Description |
---|---|---|
Optional query parameters | ||
fields |
string |
Specify the fields returned. Comma separated field names (ex: "id,name"). |
Do not supply a request body with this method.
If successful, this method returns a response body with the following structure:
Adds an entry to the application list.
Authentication is required to execute this request. Please refer to Authentication for more.
Parameter name | Value | Description |
---|---|---|
Optional query parameters | ||
fields |
string |
Specify the fields returned. Comma separated field names (ex: "id,title"). |
In the request body, supply a Application resource with the following properties:
Parameter name | Value | Description | |
---|---|---|---|
Required Properties | |||
name |
string |
Name of the application. Max length 127. | writable. |
Optional Properties | |||
redirectUris |
list |
List of string for each redirect uri allowed. | writable. |
websiteLink |
string |
Website url of the application. | writable. |
mode |
string |
Type of application. Values: "client", "application", "backoffice". | writable. |
httpOrigins |
list |
List of string for each origin allowed. | writable. |
contact |
object |
Location of the conference | writable. |
contact.emailAddress |
string |
Email address of the contact. | writable. |
contact.privacyLink |
string |
Privacy policy url. | writable. |
contact.termsLink |
string |
Terms and conditions url. | writable. |
description |
string |
Description of the application. | writable. |
logging |
object |
Logging enabled or not. Logged HTTP Methods | writable. |
logging.methods |
list |
List of http methods to log. Values: "GET", "POST", "PUT", "DELETE", "PATCH" | writable. |
If successful, this method returns a Application resource in the response body.
Updates an entry on the application list.
Authentication is required to execute this request. Please refer to Authentication for more.
{applicationId}
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
applicationId |
string |
Application identifier. |
Optional query parameters | ||
fields |
string |
Specify the fields returned. Comma separated field names (ex: "id,title"). |
In the request body, supply a Conference resource with the following properties:
Parameter name | Value | Description | |
---|---|---|---|
Optional Properties | |||
name |
string |
Name of the application. Max length 127. | writable. |
redirectUris |
list |
List of string for each redirect uri allowed. | writable. |
websiteLink |
string |
Website url of the application. | writable. |
mode |
string |
Type of application. Values: "client", "application", "backoffice". | writable. |
httpOrigins |
list |
List of string for each origin allowed. | writable. |
contact |
object |
Location of the conference | writable. |
contact.emailAddress |
string |
Email address of the contact. | writable. |
contact.privacyLink |
string |
Privacy policy url. | writable. |
contact.termsLink |
string |
Terms and conditions url. | writable. |
description |
string |
Description of the application. | writable. |
logging |
object |
Logging enabled or not. Logged HTTP Methods | writable. |
logging.methods |
list |
List of http methods to log. Values: "GET", "POST", "PUT", "DELETE", "PATCH" | writable. |
If successful, this method returns a Application resource in the response body.