Skip to main content

Get all teams

GET 

/v3/teams

Get all teams

Request

Query Parameters

    limit number

    Possible values: >= 1 and <= 100

    Default value: 50

    Number of records you would like in a request

    page number

    Possible values: >= 1

    Page of results

    type string

    Possible values: [SURVEY, TICKET]

    Type of team

Responses

Successful

Schema

    data

    object[]

  • Array [

  • id number

    Team id

    name string

    Team name

    description string

    Team description

    type string

    Type of team

    account_id number

    Account Id

    business_hour_id number
    created_at date
    updated_at date
    deleted_at date
  • ]

  • has_next_page boolean
Loading...