---
title: "Get project mapping"
method: GET
path: "/task_tracking/projectMapping"
---

# Get project mapping

`GET /task_tracking/projectMapping`

Get project mapping

## Query parameters

- `integration_id` integer

## Response `200`

The project mapping

- object
  - `mapping_mode` 'teams' | 'repos' — Which type of project mapping is currently being used
  - `project_repo_map` object — An object representing the link between task tracking projects and code repositories. The keys of the object are the project ids of the task tracker projects as they are in the task tracker integration, the value is an array of code repository ids that need to be mapped to the project. Is null if the mapping mode is not 'repos'
    - `project_id` integer[] — A list code repository id's that need to be linked to the project id set as the key.
  - `project_teams_map` object — An object representing the link between task tracking projects and teams. The keys of the object are the project ids of the task tracker projects as they are in the task tracker integration, the value is an array of team ids that need to be mapped to the project.Is null if the mapping mode is not 'teams'
    - `project_id` integer[] — A list team id's that need to be linked to the project id set as the key.

---

[API](https://skmtc.net/aikido/apis/authorization.md) · [All operations](https://skmtc.net/aikido/apis/authorization/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aikido/authorization/revisions/5445e7c21137/schema)
