タグの一覧情報を取得する
パラメータ無し
Key |
Type |
Value |
---|---|---|
results |
Array |
タグの一覧
|
GET https://*.sacm.jp/public-api/v1/user/tsa99990001/tag
Content-Type: application/json
{ "results": [ { "id": 1, "name": "Tag1", "colorCode": "#000000", "member": 2 } ] }
タグを追加する
Content-Type: application/json
Key |
Type |
Value |
---|---|---|
name |
String |
タグの名前 (1 - 40文字) (必須) |
colorCode |
String |
タグの背景色 (7文字) (必須) |
201
Key |
Type |
Value |
---|---|---|
id |
int |
タグのID |
name |
String |
タグの名前 |
colorCode |
String |
タグの背景色 |
sa |
Array |
設定しているサービスアダプタの一覧
|
追加できるタグ数は最大 20 件です
POST https://*.sacm.jp/public-api/v1/user/tsa99990001/tag
Content-Type: application/json
{ "name": "Tag1", "colorCode": "#000000", }
Content-Type: application/json
{ "sa": [], "id": 1, "name": "Tag1" }
タグの詳細情報を取得する
パラメータ無し
Key |
Type |
Value |
---|---|---|
id |
int |
タグのID |
name |
String |
タグの名前 |
sa |
Array |
設定しているサービスアダプタの一覧
|
GET https://*.sacm.jp/public-api/v1/user/tsa99990001/tag/1
Content-Type: application/json
{ "sa": [ { "code": "tss99990001", "name": "SEIL/B1 001", "description": "MEMO", "distributionId": "0001-0000-0101-0000-0000-0000-1234-5678", "up": true, "configState": "pushready", "group": { "id": 1, "name": "Folder2" }, "template": { "id": 1, "name": "Template1", "label": "label1" }, "monitor": { "id": 1, "name": "Monitor1" }, "tag": [ { "id": 1, "name": "Tag1", "colorCode": "#000000" } ], "date": { "lastPushReady": "2012/06/05 16:00:09", "lastHeartbeatReport": "2012/05/11 17:10:02", "lastPulled": "2012/05/11 17:06:22", "firstPulled": "2012/04/11 17:07:00" }, "type": 0, "mode": null } ], "id": 1, "name": "Tag1", "colorCode": "#000000" }
タグの詳細情報を変更する
Content-Type: application/json
Key |
Type |
Value |
---|---|---|
name |
String |
タグの名前 (1 - 40文字) (オプション) |
colorCode |
String |
タグの背景色 (7文字) (オプション) |
sa |
Array |
設定させるサービスアダプタの一覧 (オプション) |
Key |
Type |
Value |
---|---|---|
id |
int |
タグのID |
name |
String |
タグの名前 |
colorCode |
String |
タグの背景色 |
sa |
Array |
設定しているサービスアダプタの一覧
|
PUT https://*.sacm.jp/public-api/v1/user/tsa99990001/tag/1
Content-Type: application/json
{ "sa":[ { "code": "tss99990001" } ], "name": "Tag2", "colorCode": "#000000", }
Content-Type: application/json
{ "sa": [ { "code": "tss99990001", "name": "SEIL/B1 001", "description": "MEMO", "distributionId": "0001-0000-0101-0000-0000-0000-1234-5678", "up": true, "configState": "pushready", "group": { "id": 1, "name": "Folder2" }, "template": { "id": 1, "name": "Template1", "label": "label1" }, "monitor": { "id": 1, "name": "Monitor1" }, "tag": [ { "id": 1, "name": "Tag2", "colorCode": "#000000" } ], "date": { "lastPushReady": "2012/06/05 16:00:09", "lastHeartbeatReport": "2012/05/11 17:10:02", "lastPulled": "2012/05/11 17:06:22", "firstPulled": "2012/04/11 17:07:00" }, "type": 0, "mode": null } ], "id": 1, "name": "Tag2", "colorCode": "#000000" }
タグを削除する
パラメータ無し
204
Content-Type: text/plain
ボディ無し
DELETE https://*.sacm.jp/public-api/v1/user/tsa99990001/tag/1
Content-Type: text/plain
ボディ無し