v1

latestOpenAPI 3.0.32026-07-246304082.0 MB
tasks

Get all tasks in project

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

Path parameters

project_idstring uuid required

ID of the project this entity belongs to

Query parameters

last_synced_atstring date-time

Timestamp since when further updates should be included

filters[status_id_eq]string
Example:26462387-8f00-4118-8f1c-419ec8761c23

Filter on status_id field being equal to passed in value, allows for filtering with a array of values

filters[location_id_eq]string
Example:26462387-8f00-4118-8f1c-419ec8761c23

Filter on location_id field being equal to passed in value, allows for filtering with a array of values

filters[team_id_eq]string
Example:26462387-8f00-4118-8f1c-419ec8761c23

Filter on team_id field being equal to passed in value, allows for filtering with a array of values

filters[owner_user_id_eq]string
Example:100

Filter on owner_user_id field being equal to the passed in value, allows for filtering with a array of values

filters[creator_user_id_eq]string
Example:100

Filter on creator_user_id field being equal to the passed in value, allows for filtering with a array of values

filters[tag_eq]string
Example:Test Value

Filter on tag field being equal to passed in value, allows for filtering with a array of values

filters[tag_like]string
Example:Test Value

Filter on tag field being like passed in value

filters[created_at_gte]string
Example:2009-06-15T13:45:30Z

Filter on created_at field being greater than or equal to the passed in value

filters[created_at_gt]string
Example:2009-06-15T13:45:30Z

Filter on created_at field being greater than the passed in value

filters[created_at_lte]string
Example:2009-06-15T13:45:30Z

Filter on created_at field being less than or equal to the passed in value

filters[created_at_lt]string
Example:2009-06-15T13:45:30Z

Filter on created_at field being less than to the passed in value

filters[name_eq]string
Example:Task 1

Filter on name field being equal to passed in value, allows for filtering with a array of values

filters[name_like]string
Example:Task 1

Filter on name field being like passed in value

filters[updated_at_gte]string
Example:2009-06-15T13:45:30Z

Filter on updated_at field being greater than or equal to the passed in value

filters[updated_at_gt]string
Example:2009-06-15T13:45:30Z

Filter on updated_at field being greater than the passed in value

filters[updated_at_lte]string
Example:2009-06-15T13:45:30Z

Filter on updated_at field being less than or equal to the passed in value

filters[updated_at_lt]string
Example:2009-06-15T13:45:30Z

Filter on updated_at field being less than to the passed in value

filters[start_at_gte]string
Example:2009-06-15T13:45:30Z

Filter on start_at field being greater than or equal to the passed in value

filters[start_at_gt]string
Example:2009-06-15T13:45:30Z

Filter on start_at field being greater than the passed in value

filters[start_at_lte]string
Example:2009-06-15T13:45:30Z

Filter on start_at field being less than or equal to the passed in value

filters[start_at_lt]string
Example:2009-06-15T13:45:30Z

Filter on start_at field being less than to the passed in value

filters[end_at_gte]string
Example:2009-06-15T13:45:30Z

Filter on end_at field being greater than or equal to the passed in value

filters[end_at_gt]string
Example:2009-06-15T13:45:30Z

Filter on end_at field being greater than the passed in value

filters[end_at_lte]string
Example:2009-06-15T13:45:30Z

Filter on end_at field being less than or equal to the passed in value

filters[end_at_lt]string
Example:2009-06-15T13:45:30Z

Filter on end_at field being less than to the passed in value

filters[due_date_gte]string
Example:2009-06-15T13:45:30Z

Filter on due_date field being greater than or equal to the passed in value

filters[due_date_gt]string
Example:2009-06-15T13:45:30Z

Filter on due_date field being greater than the passed in value

filters[due_date_lte]string
Example:2009-06-15T13:45:30Z

Filter on due_date field being less than or equal to the passed in value

filters[due_date_lt]string
Example:2009-06-15T13:45:30Z

Filter on due_date field being less than to the passed in value

filters[fixed_at_gte]string
Example:2009-06-15T13:45:30Z

Filter on fixed_at field being greater than or equal to the passed in value

filters[fixed_at_gt]string
Example:2009-06-15T13:45:30Z

Filter on fixed_at field being greater than the passed in value

filters[fixed_at_lte]string
Example:2009-06-15T13:45:30Z

Filter on fixed_at field being less than or equal to the passed in value

filters[fixed_at_lt]string
Example:2009-06-15T13:45:30Z

Filter on fixed_at field being less than to the passed in value

filters[verified_at_gte]string
Example:2009-06-15T13:45:30Z

Filter on verified_at field being greater than or equal to the passed in value

filters[verified_at_gt]string
Example:2009-06-15T13:45:30Z

Filter on verified_at field being greater than the passed in value

filters[verified_at_lte]string
Example:2009-06-15T13:45:30Z

Filter on verified_at field being less than or equal to the passed in value

filters[verified_at_lt]string
Example:2009-06-15T13:45:30Z

Filter on verified_at field being less than to the passed in value

filters[floorplan_id_eq]string
Example:26462387-8f00-4118-8f1c-419ec8761c23

Filter on floorplan_id field being equal to passed in value, allows for filtering with a array of values

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

owner_user_idinteger required

ID of the user who owns the entity

floorplan_idstring uuid nullable

ID of the floorplan the entity belongs to

location_idstring uuid nullable

ID of the location the entity belongs to

project_idstring uuid required

ID of the project this entity belongs to

team_idstring uuid nullable

ID of the team the entity belongs to

is_localboolean required

Indicates if task is positioned on floorplan

is_privateboolean required

A Boolean value indicating if Task is private to User

namestring nullable

Name of the entity

due_datestring date nullable

Date when task is to be completed by

cost_valuenumber double nullable

Monetary cost associated with the Task

man_power_valuenumber double nullable

Numeric value representing estimated time in Man-power hours/day/month

pos_xinteger nullable

Horizontal pixels (from left of floorplan) of task pin's point

pos_yinteger nullable

Vertical pixels (from top of floorplan) of task pin's point

pos_zinteger nullable

Z coordinate of a task

priorityinteger required

Priority of the task (1, 2, 3)

sequence_numberinteger nullable

Unique sequential identifier of task on project

created_atstring date-time required

Time when the server created the entity

deleted_atstring date-time nullable

Time the server deleted 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

due_atstring date-time nullable

Datetime of when the Task is due

end_atstring date-time nullable

Time when this task is marked as ending

fixed_atstring date-time nullable

Datetime of when the Task is fixed

start_atstring date-time nullable

Datetime of when the Task is to start

updated_atstring date-time required

Time when the server last updated the entity

verified_atstring date-time nullable

Time when task was verified

resolved_conflictboolean nullable required

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

status_idstring uuid nullable

Entity ID linking to the Status of the Task

user_idsinteger[] nullable

All User IDs associated with this Task

task_type_idstring uuid nullable

ID of the TaskType of the Task

latest_component_device_updated_atstring date-time nullable required

Time when the device last updated a component associated to the entity (bubble, check item, tag or CTA)