Справочник API
Конечные точки REST API
cURL
curl --request GET \ --url http://localhost:8080/api/tags/user \ --header 'Authorization: Bearer <token>'
[ { "id": 123, "chat_id": 123, "user_id": 123, "username": "<string>", "tag": "<string>", "color": "<string>", "created_at": "2023-11-07T05:31:56Z" } ]
Returns all tags assigned to a specific user in a chat.
API key with bmx_ prefix. Obtain via /api/auth/api-keys.
bmx_
/api/auth/api-keys
Array of tags for the user
Tag record ID
Chat this tag belongs to
User this tag is assigned to
Username at time of tagging
Tag label text
Tag color (hex or CSS color name)
When the tag was created
Была ли эта страница полезной?