v1

latestOpenAPI 3.0.32026-07-246304082.0 MB
task attributes

Get all task attributes in task

Retrieve all the task_attributes associated with a Task

get/api/v3/projects/{project_id}/tasks/{task_id}/task_attributes

Path parameters

project_idstring uuid required

ID of the project this entity belongs to

task_idstring uuid required

ID of the task to retrieve task attributes for

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

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

project_idstring uuid required

ID of the project this entity belongs to

resolved_conflictboolean nullable required

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

created_atstring date-time

Time when the server created the entity

updated_atstring date-time required

Time when the server last updated the 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

task_idstring uuid required

ID of the task this entity belongs to

task_type_attribute_idstring uuid required

ID of the task type attribute this entity belongs to

number_valueinteger nullable

Numerical value of the task attribute

text_valuestring nullable

Text value of the task attribute

uuid_valuestring uuid nullable

UUID value of the task attribute