Pipedrive Oauth

Links

    Pipedrive Oauth API

    Getting access, Developing, Testing

    Back to Pipedrive Oauth

    Get a single team

    Returns data about a specific team.

    Input

    type: object properties: parameters: type: object properties: id: type: integer description: The ID of the team skip_users: title: numberBooleanDefault0 type: number default: 0 enum: - 0 - 1 description: When enabled, the teams will not include IDs of member users required: - id

    Output

    title: teamResponse200 type: object properties: success: type: boolean description: If the response is successful or not data: type: object title: baseTeam required: - name - manager_id properties: id: type: integer description: The team ID name: type: string description: The team name description: type: string description: The team description manager_id: type: integer description: The team manager ID users: description: The IDs of the users that belong to the team type: array items: type: integer active_flag: description: Flag that indicates whether the team is active title: numberBoolean type: number enum: - 0 - 1 deleted_flag: description: Flag that indicates whether the team is deleted title: numberBoolean type: number enum: - 0 - 1 add_time: type: string description: 'The team creation time. Format: YYYY-MM-DD HH:MM:SS' created_by_user_id: type: integer description: The ID of the user who created the team