id |
string |
Identifier of the invitee. | read-only |
firstName |
string |
First name of the invitee. | writable |
lastName |
string |
Last name of the invitee. | writable |
emailAddress |
string |
Email address of the invitee. | writable |
phoneNumber |
string |
Phone number of the invitee. | writable |
status |
string |
Status of the invitee. Values: "pending", "accepted", "refused". | writable |
Deletes an entry on the conference invitee list.
Authentication is required to execute this request. Please refer to Authentication for more.
{conferenceId}
/invitees/{inviteeId}
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
conferenceId |
string |
Conference identifier or external id. |
inviteId |
string |
Invitee identifier. |
Do not supply a request body with this method.
If successful, this method returns an empty response body.
Returns an entry of the conference invitee list
Authentication is required to execute this request. Please refer to Authentication for more.
{conferenceId}
/sessions/{inviteeId}
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
conferenceId |
string |
Conference identifier or external id. |
inviteeId |
string |
Invitee identifier. |
Optional query parameters | ||
fields |
string |
Specify the fields returned. Comma separated field names (ex: "id,title"). |
Do not supply a request body with this method.
If successful, this method returns a Invitee resource in the response body.
Returns entries on the conference invitee list.
Authentication is required to execute this request. Please refer to Authentication for more.
{conferenceId}
/inviteesParameter name | Value | Description |
---|---|---|
Optional query parameters | ||
Optional query parameters | ||
fields |
string |
Specify the fields returned. Comma separated field names (ex: "id,title"). |
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 conference invitee list.
Authentication is required to execute this request. Please refer to Authentication for more.
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
conferenceId |
string |
Conference identifier or external id. |
In the request body, supply a Invitee resource with the following properties:
Parameter name | Value | Description | |
---|---|---|---|
Required Properties | |||
lastName |
string |
Last name of the invitee. | writable |
Optional Properties | |||
firstName |
string |
First name of the invitee. | writable |
lastName |
string |
Last name of the invitee. | writable |
emailAddress |
string |
Email address of the invitee. | writable |
phoneNumber |
string |
Phone number of the invitee. | writable |
status |
string |
Status of the invitee. Values: "pending", "accepted", "refused". | writable |
If successful, this method returns a Invitee resource in the response body.
Updates an entry on the conference session list.
Authentication is required to execute this request. Please refer to Authentication for more.
{conferenceId}
/invitees/{inviteeId}
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
conferenceId |
string |
Conference identifier or external id. |
inviteeId |
string |
Invitee identifier. |
In the request body, supply a Invitee resource with the following properties:
Parameter name | Value | Description | |
---|---|---|---|
Optional Properties | |||
firstName |
string |
First name of the invitee. | writable |
lastName |
string |
Last name of the invitee. | writable |
emailAddress |
string |
Email address of the invitee. | writable |
phoneNumber |
string |
Phone number of the invitee. | writable |
status |
string |
Status of the invitee. Values: "pending", "accepted", "refused". | writable |
If successful, this method returns a Invitee resource in the response body.
Watch for changes to Conference Invitee resources.
Authentication is required to execute this request. Please refer to Authentication for more.
The watch send a Conference Invitee resource in the request body
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
conferenceId |
string |
Conference identifier or "0" for all conferences. |
Required Properties | ||
address |
string |
The address where notifications are delivered for this watch. |
Optional Properties | ||
name |
string |
Name of the watch. |
basicAuth |
string |
Credentials parameters for HTTP Basic authentication on the destination watch address. Only if you use this authentication method. |
basicAuth.username |
string |
Username. |
basicAuth.password |
string |
Password. |
httpRequestHeader |
string |
Custom header parameters to send with the http request on the destination watch address. |
httpRequestHeader.name |
string |
header parameter name. |
schema |
object |
Custom json schema to apply for resource properties. |
method |
string |
HTTP Method to use for sending content. DELETE Method doesn't accept body content. |
status |
string |
Status of the watcher. Values: "enabled", "disabled" |
oauth2Auth |
string |
Credentials parameters for HTTP OAuth2 authentication on the destination watch address. Only if you use this authentication method. |
oauth2Auth.grantType |
string |
OAuth2 grant type. Values: "refresh_token" (default), "client_credentials". |
oauth2Auth.clientId |
string |
OAuth2 client id. |
oauth2Auth.refreshToken |
string |
OAuth2 refresh token. Only for grantType "refresh_token" |
oauth2Auth.authUrl |
string |
OAuth2 interactive end point to initiate the generation of the refresh token. Only for grantType "refresh_token" |
oauth2Auth.accessTokenUrl |
string |
OAuth2 end point to generation an access token from the refresh token. |
oauth2Auth.scope |
string |
OAuth2 api scope. Only for grantType "refresh_token" |
signature |
object |
Produces a crypto signature of the watched content. |
signature.enabled |
boolean |
Sets if the signature is enabled or not. |
signature.cryptoKeyIds |
list |
Arrays of string of crypto keys identifier. |
If successful, this method returns a watch resource in the response body.
With JSON, only for string value:
With string to support typed values:
Replacement string can by defined with jsonpath expressions.