---
title: "POST /api/v1/project/projects/{id}/locate_items/"
method: POST
path: "/api/v1/project/projects/{id}/locate_items/"
tags: ["project", "v1"]
---

# POST /api/v1/project/projects/{id}/locate_items/

`POST /api/v1/project/projects/{id}/locate_items/`

## Path parameters

- `id` string, required

## Request body

- LocateItemsRequest
  - `items_to_locate` string[], required
  - `project_id` integer, required
  - `delete_existing` boolean
  - `search_in` string[]
  - `selected_tags` string[]

## Response `201`

- TaskIdResponse
  - `task_id` string, uuid, required

## Changes

- **2022-02-09** `3f71684c9cff` — 10 breaking, 85 warning, 10 info
  - added the new required request property `items_to_locate` (media type: application/json)
  - added the new required request property `items_to_locate` (media type: application/x-www-form-urlencoded)
  - added the new required request property `items_to_locate` (media type: multipart/form-data)
  - added the new required request property `project_id` (media type: application/json)
  - …101 more
- **2021-09-22** `63116f2e9e3e` — 16 info
  - added the new optional request property `junior_reviewers_data/items/initials` (media type: application/json)
  - added the new optional request property `junior_reviewers_data/items/initials` (media type: application/x-www-form-urlencoded)
  - added the new optional request property `junior_reviewers_data/items/initials` (media type: multipart/form-data)
  - added the new optional request property `owners_data/items/initials` (media type: application/json)
  - …12 more
- **2021-05-24** `8167164be9cc` — 1 info
  - endpoint added
- **2020-12-11** `0957c4a7ae3d` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/lexpredict/apis/contraxsuite-api/changes/api/v1/project/projects/:id/locate_items/post.md)

---

[API](https://skmtc.dev/lexpredict/apis/contraxsuite-api.md) · [All operations](https://skmtc.dev/lexpredict/apis/contraxsuite-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lexpredict/contraxsuite-api/revisions/3429f921b4cb/schema)
