URL をリクエストする
https://api.dotcom-monitor.com/config_api_v1/tag/{tag_id} を得る
タグのIDでタグ情報を取得します。
パスパラメータ
| 畑 | 種類 | 必須 | 形容 |
|---|---|---|---|
| tag_id |
int32 |
true |
タグ ID。 |
https://api.dotcom-monitor.com/config_api_v1/tag/{tag_id} を得る
タグのIDでタグ情報を取得します。
| 畑 | 種類 | 必須 | 形容 |
|---|---|---|---|
| tag_id |
int32 |
true |
タグ ID。 |
https://api.dotcom-monitor.com/config_api_v1/tag/22
{
"Id": 22,
"Name": "High priority",
"Color": "#f8bbd099"
}