curl --request GET \
--url http://localhost/api/projects/{id}/tags[
{
"name": "<string>",
"uuid": "<string>",
"createdOn": "2023-11-07T05:31:56Z",
"updatedOn": "2023-11-07T05:31:56Z",
"changeSequence": 123,
"organization": {
"name": "<string>",
"slug": "<string>",
"organizationStatus": "ACTIVE",
"uuid": "<string>",
"createdOn": "2023-11-07T05:31:56Z",
"updatedOn": "2023-11-07T05:31:56Z",
"changeSequence": 123,
"publicAccess": true,
"description": "<string>",
"hasImage": true,
"defaultToPrivateTemplates": true,
"supportAccess": true,
"supportAccessExpiresAt": "2023-11-07T05:31:56Z",
"stripeCustomerId": "<string>",
"enterpriseOrganization": true,
"id": "<string>"
},
"color": "<string>",
"id": "<string>"
}
]Get the tags on a project
curl --request GET \
--url http://localhost/api/projects/{id}/tags[
{
"name": "<string>",
"uuid": "<string>",
"createdOn": "2023-11-07T05:31:56Z",
"updatedOn": "2023-11-07T05:31:56Z",
"changeSequence": 123,
"organization": {
"name": "<string>",
"slug": "<string>",
"organizationStatus": "ACTIVE",
"uuid": "<string>",
"createdOn": "2023-11-07T05:31:56Z",
"updatedOn": "2023-11-07T05:31:56Z",
"changeSequence": 123,
"publicAccess": true,
"description": "<string>",
"hasImage": true,
"defaultToPrivateTemplates": true,
"supportAccess": true,
"supportAccessExpiresAt": "2023-11-07T05:31:56Z",
"stripeCustomerId": "<string>",
"enterpriseOrganization": true,
"id": "<string>"
},
"color": "<string>",
"id": "<string>"
}
]OK
The UUID of the object
The change sequence of the object, which can be used to track modications
Show child attributes
ACTIVE, HAS_ISSUES, CANCELLED, ARCHIVED The UUID of the object
The change sequence of the object, which can be used to track modications
The ID of the object
The ID of the object