Skip to main content

List teams

GET 

/companies/:companyID/teams

List teams

Request

Query Parameters

    offset number

    Default value: 0

    limit number

    Possible values: >= 1

    Default value: 10

Responses

Retrieve the list of teams

Schema

  • Array [

  • 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...