Skip to main content

Get board classification

GET 

/v2/orgs/:org_id/teams/:team_id/boards/:board_id/data-classification

Retrieves board classification for a board.

Required scope

boards:read

Rate limiting

Level 2

Enterprise only

This API is available only for Enterprise plan users. You can only use this endpoint if you have the role of a Company Admin. You can request temporary access to Enterprise APIs using this form.

Request

Path Parameters

    org_id stringrequired

    id of the organization

    Example: 3074457345821141000
    team_id stringrequired

    id of the team

    Example: 3074457345618265000
    board_id stringrequired

    Unique identifier of the board that you want to retrieve.

    Example: o9J_kzlUDmo=

Responses

Board classification

Schema

    color string

    Label color.

    description string

    Label description.

    id string

    Label id.

    name string

    Label name.

    sharingRecommendation string

    Sharing Recommendation (one of NO_SHARING_RESTRICTIONS, ONLY_WITHIN_ORGANIZATION, ONLY_WITHIN_TEAM or ONLY_WITH_AUTHORIZED_TEAM_MEMBERS ).

    guidelineUrl string

    Indicates the URL for the board classification label guidelines.

    type string

    Default value: board-data-classification-label

    Type of the object returned.

Loading...