Error
A valid request URL is required to generate request examples{
"results": [
{
"createdBy": {},
"yamlReference": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"color": "<string>",
"name": "<string>",
"projectUuid": "<string>",
"tagUuid": "<string>"
}
],
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Projects
List tags
Get all tags in a project
GET
/
api
/
v1
/
projects
/
{projectUuid}
/
tags
Error
A valid request URL is required to generate request examples{
"results": [
{
"createdBy": {},
"yamlReference": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"color": "<string>",
"name": "<string>",
"projectUuid": "<string>",
"tagUuid": "<string>"
}
],
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Was this page helpful?