---
title: "Show account data type lists related to project template"
method: GET
path: "/api/v3/account/project_templates/{id}/lists"
tags: ["project template account data type lists"]
---

# Show account data type lists related to project template

`GET /api/v3/account/project_templates/{id}/lists`

## Path parameters

- `id` string, uuid, required

## Headers

- `Fieldwire-Version` string, date, required

## Response `200`

Successful full response

- AccountDataType[]
  - `id` string, uuid, required — ID of the entity
  - `creator_user_id` integer, required — ID of the user who created this entity
  - `last_editor_user_id` integer, required — ID of the user who most recently edited this entity
  - `account_id` integer, required — ID of the account this entity belongs to
  - `default_bigint_value` integer, nullable — Default big integer value if the kind is bigint
  - `default_boolean_value` boolean, nullable — Default boolean value if the kind is boolean
  - `is_strict` boolean, required — Whether this is strict which means only values from the pre-approved list can be used (denoted by `DataTypeValue`s)
  - `default_string_value` string, nullable — Default string value if the kind is string (suitable for short form text)
  - `name` string, required — Name of the entity
  - `placeholder` string, nullable — Placeholder name to use for this data type to be shown in the UI
  - `default_date_value` string, date, nullable — Default date value if the kind is date
  - `default_checkbox_value` 'empty' | 'yes' | 'no' | 'not_applicable' | 'null', nullable — Default checkbox value if the kind is checkbox
  - `kind` 'bigint' | 'string' | 'text' | 'boolean' | 'decimal' | 'date' | 'datetime' | 'checkbox', required — Kind of the entity
  - `unit` 'temperature' | 'currency' | 'hours' | 'length' | 'area' | 'volume' | 'mass' | 'null', nullable — The unit of the value this type carries
  - `default_decimal_value` string, nullable — Default decimal value if the kind is decimal
  - `default_text_value` string, nullable — Default text value if the kind is text (suitable for long form text)
  - `content_changed_at` string, date-time, nullable — Time at which this entity was changed across any of its child entities (contents)
  - `created_at` string, date-time, required — Time when the server created the entity
  - `default_datetime_value` string, date-time, nullable — Default datetime value if the kind is datetime
  - `deleted_at` string, date-time, nullable — Time the server deleted the 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
  - `hidden_at` string, date-time, nullable — Time when this type was marked as hidden (can be only done if this is marked as strict)
  - `resolved_conflict` boolean, required — Specifies if PUT/PATCH request was rejected - do not store this field!
  - `updated_at` string, date-time, required — Time when the server last updated the entity

---

[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)
