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 byResponseOKidstringformat: "uuid"The id of the entity.createdOndatetimeThe date this entity was created.createdBystringformat: "uuid"The id of the user who created this entity.updatedOndatetimeThe date this entity was last modified.updatedBystringformat: "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