Skip to main content

List teams

GET 

/teams

List teams

Request

Header Parameters

    X-Codenow-Api-Key anyrequired

    CodeNOW API Key

Responses

List of teams

Schema

  • Array [

  • id uuidrequired

    Possible values: non-empty


    The unique identifier of the team.

    name stringrequired

    Possible values: non-empty


    The user-friendly name of the team.

    description stringnullable


    The detailed textual description of the team. Allows users to add additional context, notes, or any relevant information about the purpose, usage, or characteristics of the team.

    createdAt date-timerequired


    The timestamp denoting when the team was created. It is an automatically generated value that records the exact date and time when the team was added to the system.

    createdBy stringrequired


    The username of the user who created the team.

  • ]

Loading...