id |
string |
Identifier of the tag. | read-only |
text |
text |
Text of the tag. | writable |
color |
string |
Color of the tag. Format: #RRGGBB | writable |
numberOfConference |
string |
Number of conference which use the tag | read-only |
Deletes an entry on the conferences tag list.
Authentication is required to execute this request. Please refer to Authentication for more.
{tagId}
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
tagId |
string |
Tag identifier. |
Do not supply a request body with this method.
If successful, this method returns an empty response body.
Returns an entry of the conferences tag list
Authentication is required to execute this request. Please refer to Authentication for more.
{tagId}
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
tagId |
string |
Tag 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 Tag resource in the response body.
Returns entries on the conferences tag list.
Authentication is required to execute this request. Please refer to Authentication for more.
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 conferences tag list.
Authentication is required to execute this request. Please refer to Authentication for more.
In the request body, supply a Tag resource with the following properties:
Parameter name | Value | Description | |
---|---|---|---|
Required Properties | |||
text |
object |
The text of the tag. | writable |
Optional Properties | |||
color |
string |
Color of the tag. Format: #RRGGBB. |
If successful, this method returns a Tag resource in the response body.
Updates an entry on the conference tag list.
Authentication is required to execute this request. Please refer to Authentication for more.
{tagId}
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
tagId |
string |
Tag identifier. |
In the request body, supply a Tag resource with the following properties:
Parameter name | Value | Description | |
---|---|---|---|
text |
object |
The text of the tag. | writable |
color |
string |
Color of the tag. Format: #RRGGBB. | writable |
If successful, this method returns a Tag resource in the response body.