Requests
Objects
Enums
|
Meetings: GetAttributesGet 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 requestGET ../api/v1/meetings/getattributes
Parameters
Request BodyDo not supply a request body with this http request
ResponseThe meeting attributes as a key value list
{ "attributename" : "value", "attributename2" : "value2" } |