MeetingBooster API
Requests
Objects
Enums

Tasks: GetAttributes

Get the task attributes and values for a specified task.

HTTP request

GET ../api/v1/tasks/getattributes

Parameters

Parameter name Value Description
id String The task id

Request Body

Do not supply a request body with this http request

Response

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