Tag Category: list

Overview

Return a collection of tag category that match the API request parameters.

 

API URL

/api/tagclassify/query

 

HTTP Method

GET

 

URL Parameters

Name Type Required Description
access_token or user_access_token String Requires Specify the API access_token of the account or the user_access_token obtained after the user logged in.

 

Response

An HTTP code of 200 is responded for each successful data requests. The message body contains a JSON object listing all tag category .

 

Examples

{

    "code": 0,

    "msg": "Successful operation",

    "msg_en": "Successful operation",

    "data": [
        {
            "id": 1,
            "name": "TWC",
            "color": "#2E8B57",
            "avatar": "204",
            "msgs": "v,s,hr",
            "create_time": "2018-11-27T06:12:46Z",
            "update_time": "2022-03-08T02:47:35Z",
            "status": 0,
            "pic_name": "1646707655.jpg"
       },

       ......

   ],
   "exe_time": "0.002053"

}