API Docs / Schemas / TeamDto

TeamDto

Response DTO for a team

Properties

Name Type Description
codestring

The unique code for this team

The unique code for this team

namestring

The display name of the team

The display name of the team

descriptionstring

Optional description of the team's purpose

Optional description of the team's purpose

iconNamestring

Optional Lucide icon name for visual identification

Optional Lucide icon name for visual identification

colorstring

Optional hex color for visual identification

Optional hex color for visual identification

canBeAssignedToTasksboolean

Whether this team can be assigned to tasks

Whether this team can be assigned to tasks

canBeAssignedToClientsboolean

Whether this team can be assigned to clients

Whether this team can be assigned to clients

membersarray of CodeAndNameDto

The members of this team

The members of this team

JSON Example

{
  "code": "string",
  "name": "string",
  "description": "string",
  "iconName": "string",
  "color": "string"
}

Used By Operations

Contained in Schemas