Skip to main content
Version: Next

TagRestApi.get_list

changed_by object
first_namestringrequired

Possible values: <= 64 characters

last_namestringrequired

Possible values: <= 64 characters

changed_on_delta_humanized
created_by object
first_namestringrequired

Possible values: <= 64 characters

last_namestringrequired

Possible values: <= 64 characters

created_on_delta_humanized
descriptionstringnullable
idinteger
namestringnullable

Possible values: <= 250 characters

type

Possible values: [1, 2, 3, 4]

TagRestApi.get_list
{
"changed_by": {
"first_name": "string",
"last_name": "string"
},
"created_by": {
"first_name": "string",
"last_name": "string"
},
"description": "string",
"id": 0,
"name": "string"
}