Thread

Create a new RFI

post

Create a new RFI

Body
codestringRequired

The RFI code.

namestringRequired

The RFI name.

dueDateTimestring · dateRequired

The RFI due date.

costImpactsstringOptional

The RFI cost impacts.

scheduleImpactsstringOptional

The RFI schedule impacts.

descriptionstringOptional

The RFI description.

assignedstring[]Optional

Assigned organizations (in the form of email domains, e.g. ecogyenergy.com).

Default: []
linkedstring[]Required

The linked RFIs.

Default: []
mediastring[]Required

The linked media.

Default: []
Responses
200

successful operation

application/json
post
/rfi/thread
200

successful operation

Get an RFI

get

Get an RFI

Path parameters
idstringRequired

The RFI ID

versionstringOptional

The RFI version

Responses
200

successful operation

application/json
get
/rfi/thread/{id}/{version}
200

successful operation

Update an RFI

put

Update an RFI

Path parameters
idstringRequired

The RFI ID

Body
codestringRequired

The RFI code.

namestringRequired

The RFI name.

dueDateTimestring · dateRequired

The RFI due date.

costImpactsstringOptional

The RFI cost impacts.

scheduleImpactsstringOptional

The RFI schedule impacts.

descriptionstringOptional

The RFI description.

assignedstring[]Optional

Assigned organizations (in the form of email domains, e.g. ecogyenergy.com).

Default: []
linkedstring[]Required

The linked RFIs.

Default: []
mediastring[]Required

The linked media.

Default: []
Responses
200

successful operation

application/json
put
/rfi/thread/{id}
200

successful operation