Skip to main content

Team retrieval

GET 

/companies/:company-id/teams/:teamName

Team retrieval

Request

Path Parameters

    teamName stringrequired

Responses

the team information

Schema

    name stringrequired
    description stringnullable
    companyId string
    created stringnullable
    updated stringnullable
Loading...