v1

latestOpenAPI 3.0.32026-07-246304082.0 MB
rfis

Get all rfis in project

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

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[assignee_user_id_eq]string
Example:100

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

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

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

filters[watched_by_eq]string
Example:100

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

filters[action_required_by_eq]string
Example:100

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

filters[status_eq]string
Example:Test Value

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

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

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

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

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

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[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[assignee_eq]string
Example:Test Value

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

filters[query_like]string
Example:Test Value

Filter on query field being like passed in value

filters[overdue_eq]string
Example:true

Filter on overdue field being equal to passed in value

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

namestring required

Name of the Rfi. Must be unique between Rfis under the same parent.

location_idstring uuid nullable

ID of the location associated with this RFI.

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

updated_atstring date-time required

Time when the server last updated the entity

answerstring nullable

The answer to the Rfi

questionstring nullable

The question of the Rfi

suggestionstring nullable

The suggestion for the question of the Rfi

impact_notesstring nullable

The impact notes of the Rfi

due_datestring date nullable

When the Rfi is due by

reference_numberstring nullable

The reference number of the Rfi

rfi_numberinteger nullable

The number extracted from consolidated number associated with the Rfi

consolidated_numberstring

The consolidated number associated with the Rfi

assignee_idinteger nullable required

The id of the user assigned to the Rfi

voided_by_user_idinteger nullable

The id of the user who voided the Rfi

voided_atstring date-time nullable

Time the server voided the entity

submitted_by_user_idinteger nullable

The id of the user submitted the Rfi

last_answered_by_user_idinteger nullable

The id of the user who last answered the Rfi

original_assignee_idinteger nullable

The id of the user who was last assigned the Rfi before the Rfi was open to answering on behalf

to_pm_group_idstring uuid nullable

The id of the PmGroup receiving the Rfi. Only set when Rfi is submitted.

creator_pm_group_idstring uuid nullable

The id of the PmGroup that the Rfi creator was in when the Rfi was created

status'draft' | 'submitted' | 'answered' | 'closed' | 'void' | 'null' nullable

The status of the Rfi as an enum, e.g. draft, submitted

previous_status'draft' | 'open' | 'pending' | 'closed' | 'void' | 'null' nullable

The previous status of the Rfi as an enum, e.g. draft, submitted

mapped_status'draft' | 'open' | 'pending' | 'closed' | 'void' | 'null' nullable

The status of the Rfi as an enum, e.g. draft, submitted

impact'no_impact' | 'cost' | 'schedule' | 'cost_and_schedule' | 'null' nullable

The impact of the Rfi as an enum, e.g. cost, schedule, both

resolved_conflictboolean

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

return_to_lead_companyboolean

Specifies whether a reassigned RFI is to be returned back to the lead/creator company

company_codestring

Code of the PmGroup that created this Rfi

watchersinteger[]

Array containing rfi watchers user ids

date_askedstring date nullable

When the Rfi was first asked

date_answeredstring date nullable

When the Rfi was last answered

response_timeinteger nullable

Difference between date_asked and date_answered in days