contract
Description: Contract information is retrieved by filtering using project, contract number, or vendor.
Response Object Types: Contract
Arguments
| Field Name | Data Type | Description |
|---|---|---|
| organizationID | Int! |
Unique ID of organization. |
| offset | Int! |
Set the number of records to be skipped from your results. |
| next | Int! |
Set the number of records to return in your results. |
| segmentID | String |
Segment ID as set by and visible to the organization viewing the project. |
| isDeleted | Boolean! =false |
By default, this is set to false. When the filter is set to true, it will return deleted records. A contract can be deleted before the Child Organization accepts it. |
| vendorID | String |
Vendor ID associated with contract. |
| contractNumber | String |
Contract Number assigned to contract. |
| projectNumber | String |
Internal project number as set by and visible to the organization viewing the project. |
| orgRole | OrgRole |
CHILD - self contract of GC, PARENT - prime subcontracts, OWNER - all contracts on projects in which you are an owner, ANCESTOR - prime and sub of sub contracts. |
| isComplete | Boolean |
Contract completion status. |
| dateModifiedBegin | DateTime |
Greater than or equal to timestamp of last contract edit formatted as YYYY-MM-DDTHH:MM (US/Central timezone). |
| dateModifiedEnd | DateTime |
Less than timestamp of last contract edit formatted as YYYY-MM-DDTHH:MM (US/Central timezone). |