lienWaiver
Description: Lien waiver attributes are retrieved through filters like project, contract or draw.
Response Object Types: LienWaiver
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 lien waiver is marked as deleted when its associated invoice is deleted. |
| drawNumber | Int |
Draw number as visible from the Initiate Draw page. |
| contractNumber | String |
Contract Number assigned to contract. |
| projectNumber | String |
Internal project number as set by and visible to the organization viewing the project. |
| dateCreatedBegin | DateTime |
Greater than or equal to timestamp of lien waiver creation formatted as YYYY-MM-DDTHH:MM (US/Central timezone). |
| dateCreatedEnd | DateTime |
Less than timestamp of lien waiver creation formatted as YYYY-MM-DDTHH:MM (US/Central timezone). |
| dateModifiedBegin | DateTime |
Greater than or equal to timestamp of last lien waiver edit formatted as YYYY-MM-DDTHH:MM (US/Central timezone). |
| dateModifiedEnd | DateTime |
Less than timestamp of last lien waiver edit formatted as YYYY-MM-DDTHH:MM (US/Central timezone). |