Agendize Client API

Tags


Resource representation

{ "tag": {string} "color": {string} }
Parameter name Value Description
tag string Text of tag. Max length: 255.
color string Tag color, for dashboard displaying. Hexadecimal web color. Default Color: #EFEFEF.

List

Authentication is required to execute this request. Please refer to Authentication for more.

Request

HTTP Request

GET https://api.agendize.com/api/2.0/clients/tags

Parameters

Parameter name Value Description

Request body

Do not supply a request body with this method.

Response

If successful, this method returns a response body with the following structure:

{ items: [Tag Resource] }