Skip to main content

Team retrieval

GET 

/companies/:companyID/teams/:teamName

Team retrieval

Request

Path Parameters

    teamName stringrequired

Responses

Retrieve a team information

Schema

    name stringrequired

    The name of the team

    description stringnullablerequired

    The description of the team

    companyId uuidrequired

    The ID of the company the team belongs to

    created stringrequired

    The creation date of the team

    updated stringrequired

    The last update date of the team

Loading...