v1

latestOpenAPI 3.0.32026-07-246304082.0 MB
task type attributes

Get a task type attribute in a task type

Retrieve a task_type_attributes associated with a task_type

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

Path parameters

project_idstring uuid required

ID of the project this entity belongs to

task_type_idstring uuid required

ID of the task type to retrieve task type attributes for

idstring uuid required

ID of the task type attribute

Headers

Fieldwire-Versionstring date required

Specifies the version of the API to talk to

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!