|
Requests
Objects
Enums
|
Tasks: GetAttributesGet the task attributes and values for a specified task.
HTTP requestGET ../api/v1/tasks/getattributes
Parameters
Request BodyDo not supply a request body with this http request
ResponseThe task attributes as a key value list
{
"attributename" : "value",
"attributename2" : "value2"
}
|