v1

latestOpenAPI 3.0.32026-07-246304082.0 MB
task type attributes

Get all task type attributes in a task type

Retrieve all the task_type_attributes associated with a task_type

get/api/v3/projects/{project_id}/task_types/{task_type_id}/task_type_attributes

Path parameters

project_idstring uuid required

ID of the project this entity belongs to

task_type_idstring uuid required

ID of the task to filter task attributes by

Query parameters

last_synced_atstring date-time

Timestamp since when further updates should be included

Headers

Fieldwire-Versionstring date required

Specifies the version of the API to talk to

Fieldwire-Filter'active' | 'deleted'

Specifies if request should include active, deleted or all (default) entities

Fieldwire-Per-Pageinteger

Specifies the number of entities to include in the request

Response

Successful response

idstring uuid required

ID of the entity

project_idstring uuid required

ID of the project this entity belongs to

task_type_idstring uuid required

ID of the task type this entity belongs to

namestring required

Name of the task type attribute

kindinteger required

Kind value of the Task type attribute

ordinalinteger nullable

Ordinal value of the Task type attribute

precisioninteger nullable

precision value of the Task type attribute

reference_idstring uuid nullable

reference id of the Task type attribute

minimuminteger nullable

minimum value of the Task type attribute

maximuminteger nullable

maximum value of the Task type attribute

created_atstring date-time required

Time when the server created the entity

updated_atstring date-time required

Time when the server last updated the entity

creator_user_idinteger required

ID of the user who created this entity

last_editor_user_idinteger required

ID of the user who most recently edited this entity

device_created_atstring date-time required

Time when the device created the entity

device_updated_atstring date-time required

Time when the device last updated the entity

deleted_atstring date-time nullable

Time the server deleted the entity

visibleboolean nullable

Specifies if task type attribute is visible

always_visibleboolean nullable

Specifies if task type attribute is always visible

resolved_conflictboolean nullable

Specifies if PUT/PATCH request was rejected - do not store this field!