---
title: "Get projects_project_attribute by ID"
method: GET
path: "/api/v3/projects/{project_id}/projects_project_attributes/{id}"
tags: ["projects project attributes"]
---

# Get projects_project_attribute by ID

`GET /api/v3/projects/{project_id}/projects_project_attributes/{id}`

## Path parameters

- `project_id` string, uuid, required
- `id` string, uuid, required

## Headers

- `Fieldwire-Version` string, date, required

## Response `200`

Successful response

- ProjectsProjectAttribute — Entity that connects a project attribute to a project
  - `id` string, uuid, required — ID of the entity
  - `project_id` string, uuid, required — ID of the project this entity belongs to - project attribute kind field has a 1:1 relationship with a given project
  - `project_attribute_id` string, uuid, required — ID of the project attribute this entity belongs to
  - `created_at` string, date-time — Time when the server created the entity
  - `updated_at` string, date-time — Time when the server last updated the entity
  - `creator_user_id` integer — ID of the user who created this entity
  - `deleted_by_user_id` integer, nullable — ID of the user who deleted this entity
  - `last_editor_user_id` integer — ID of the user who last interacted modified this entity
  - `device_created_at` string, date-time, required — Time when the device created the entity
  - `device_updated_at` string, date-time, required — Time when the device last updated the entity
  - `deleted_at` string, date-time, nullable — Time the server deleted the entity
  - `resolved_conflict` boolean, required — Specifies if PUT/PATCH request was rejected - do not store this field!

---

[API](https://skmtc.dev/fieldwire/apis/fieldwire-super-api.md) · [All operations](https://skmtc.dev/fieldwire/apis/fieldwire-super-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fieldwire/fieldwire-super-api/revisions/66ee1c20b92d/schema)
