Tag list
GET
/ws/tagsRequest
Responses
Successful response(200)
Successful response
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
success
boolean
optional
tags
array[object (Tag) {3}]
optional
id
integer <int64>
required
>= 1
title
string
required
color
string
required
Example
{
"success": true,
"tags": [
{
"id": 1,
"title": "string",
"color": "string"
}
]
}
Last modified: a year ago