---
title: "Download Conflicting Team"
method: POST
path: "/groups/ownership-rules/conflicting-team/download"
tags: ["USER_GROUP"]
---

# Download Conflicting Team

`POST /groups/ownership-rules/conflicting-team/download`

Download conflicting teams as CSV.

Args:
    cost_preview_data: Ownership cost preview request with entity type and ownership rules
    start_date: Start date for filtering
    end_date: End date for filtering

Returns:
    StreamingResponse with CSV file

## Query parameters

- `start_date` string, date-time
- `end_date` string, date-time

## Headers

- `x-tenant` string, required

## Request body

- OwnershipCostPreviewRequest
  - `ownership_requests` OwnershipCostPreviewItem[], required
    - `entity_type` string, required
    - `ownership_rules` GroupOwnershipItem[], required
      - `entity_type` string, required
      - `condition_key` string, required
      - `condition_type` string, required
      - `condition_value` string, required
      - `condition_key_value` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `400` — Invalid data
- `403` — Not supported for public user
- `422` — Validation Error

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/versions/50769cbf05d5/schema)
