get https://api.coohom.com/global/design/tag/list
This API allows client to obtain project catalog.
Response
Param Name | Required | Type | Description |
---|---|---|---|
tagName | true | string | catalog name. |
tagId | true | string | catalog Id. |
parentTagId | false | string | parent catalog Id. It will be placed with null if there is no parent catalog. |
level | true | int | level of catalog. 1 - child catalog. 0 - parent catalog. |
order | true | int | display order. |
created | true | long | created time, at millisecond level. |
hasChildrenNode | true | boolean | to determine whether the current catalog has child or not. |