Available Methods

Connection Sample

Example JSON Object
{
        "Id": 22,
        "Name": "High priority",
        "Color": "#f8bbd099"
    }

Fields Description

Use these fields to specify information about a Tag in your API requests.

Field

Type

Description
Id int32 Unique Tag ID
Name string Unique Tag Name
Color string Tag color.

Color format:   #aabbccdd

Where:

aa = red
bb = green
cc = blue
dd = opacity