---
title: "Get all project_attributes in account"
method: GET
path: "/api/v3/account/project_attributes"
tags: ["project attributes"]
---

# Get all project_attributes in account

`GET /api/v3/account/project_attributes`

## Query parameters

- `last_synced_at` string, date-time

## Headers

- `Fieldwire-Version` string, date, required
- `Fieldwire-Filter` 'active' | 'deleted'
- `Fieldwire-Per-Page` integer

## Response `200`

Successful response

- ProjectAttribute[]
  - `id` string, uuid, required — ID of the entity
  - `name` string, required — Name of the project attribute - unique within an account
  - `color` '#FD504E' | '#C91112' | '#FA8B34' | '#FCD44A' | '#45DE67' | '#12A258' | '#82D8FF' | '#306BDB' | '#F84EF8' | '#282828', required — Color of the project attribute
  - `kind` 'label' | 'priority', required — The type of project attribute (i.e label)
  - `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
  - `last_editor_user_id` integer — ID of the user who last interacted modified this entity
  - `account_id` integer, required — ID of the user account
  - `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)
