Returns all labels in a template
GET
/label/templates/{name}
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”name
required
string
Name of the template
Responses
Section titled “Responses”LabelTemplateInfo
Media typeapplication/json
Array<object>
LabelTemplate info of a Label template
object
color
string
description
string
exclusive
boolean
name
string
Example
[ { "color": "00aabb", "exclusive": false }]APINotFound is a not found error response
Media typeapplication/json
object
errors
Array<string>
message
string
url
string
Examplegenerated
{ "errors": [ "example" ], "message": "example", "url": "example"}