TMS
The SDK interfaces based on TMS v1.0 API are as follows. For details about the invoking methods, see the sample codes.
|
Interface |
Method |
API |
|---|---|---|
|
TagService |
String create(List<PredefineTagRequest> tagList) |
POST /v1.0/predefine_tags/action |
|
String dekete(List<PredefineTagRequest> tagList) |
POST/v1.0/predefine_tags/action |
|
|
PredefineTags list() |
GET/v1.0/predefine_tags |
|
|
PredefineTags list(TagFilterOption option) |
GET/v1.0/predefine_tags |
|
|
ActionResponse modify(PredefineTagRequest oldTag, PredefineTagRequest newTag) |
PUT/v1.0/predefine_tags |
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.