Skip to main content

Get tags from item

GET 

/v2/boards/:board_id/items/:item_id/tags

Retrieves all the tags from the specified item.

Required scope

boards:read

Rate limiting

Level 1

Request

Path Parameters

    board_id stringrequired

    Unique identifier (ID) of the board with the item whose tags you want to retrieve.

    item_id stringrequired

    Unique identifier (ID) of the item whose tags you want to retrieve.

Responses

Get tags from an item

Schema

    tags

    object[]

  • Array [

  • fillColor stringrequired

    Possible values: [red, light_green, cyan, yellow, magenta, green, blue, gray, violet, dark_green, dark_blue, black]

    Background color of the tag.

    id stringrequired

    Unique identifier of the tag.

    title stringrequired

    Text of the tag.

    type stringrequired

    Type of the object that is returned. In this case, type returns tag.

  • ]

Loading...