Dida365/getTags

Dida365Dida365 Open API

GET/open/v1/tag

Get Tags

Get Tags

Use OAuth 2.0 to manage Dida365 projects, tasks, comments, tags, focus records, countdowns, habits, and check-ins.

Request

operationId
getTags
Server
https://api.dida365.com
Authentication
OAuth2

Request parameters

No URL, query, or header parameters.

Responses

200

OpenTagapplication/json

Tags

Properties: namelabelsortOrdercolorparenttype

401

unknown

Unauthorized

403

unknown

Forbidden

404

unknown

Not Found

[
  {
    "name": "work",
    "label": "work",
    "sortOrder": 0,
    "color": "#F18181",
    "type": 1
  }
]