API v1 ReferenceProject Template TagsReturns the tags of the project template with the specified id.Copy pageGEThttps://api.awork.com/api/v1/projecttemplates/:projectTemplateId/tags <Check title="Required Permissions" icon="key">The user must be an admin or have `project-manage-config:read` permissions.</Check>AuthenticationAuthorizationBearerBearer authentication of the form Bearer <token>, where token is your auth token.Path parametersprojectTemplateIdstringRequiredformat: "uuid"The id of the project template to get tags for.Query parameterspageintegerOptionalDefaults to 1Page number for paginationpageSizeintegerOptionalDefaults to 10Number of items per pageorderbystringOptionalThe properties to order byfilterbystringOptionalThe filter expression to filter byResponseOKidstring or nullformat: "uuid"The id of the entity.createdOndatetime or nullThe date this entity was created.createdBystring or nullformat: "uuid"The id of the user who created this entity.updatedOndatetime or nullThe date this entity was last modified.updatedBystring or nullformat: "uuid"The id of the user who last modified this entity.namestring or nullThe name of the tag.colorstring or nullThe color of the tag.Errors401Unauthorized Error404Not Found Error