MeetingBooster API
Requests
Objects
Enums

Meetings: GetAttributes

Get the meeting attribute value for a specified meeting. Note only attributes saved on the meeting will be returned. If you have added a new meeting attribute with a default value, it will only be returned by this request once it is saved with a value on the meeting .

HTTP request

GET ../api/v1/meetings/getattributes

Parameters

Parameter name Value Description
id String The metting id

Request Body

Do not supply a request body with this http request

Response

The meeting attributes as a key value list
{
 "attributename" : "value",
 "attributename2" : "value2"
}