organizationLevelHold
Description: Organization level hold details are queried using organization ID.
Response Object Types: OrganizationLevelHold
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. |
| holdTriggerType | HoldTriggerType |
The trigger type that initiated the organization hold |
| holdState | HoldState |
Indicates whether a hold is active or Inactive. |
| datePlacedBegin | DateTime |
Greater than or equal to timestamp of last organization hold created or placed formatted as YYYY-MM-DDTHH:MM (US/Central timezone). |
| datePlacedEnd | DateTime |
Less than timestamp of last organization hold created or placed formatted as YYYY-MM-DDTHH:MM (US/Central timezone). |
| dateReleasedBegin | DateTime |
Greater than or equal to timestamp of hold release of organization level hold formatted as YYYY-MM-DDTHH:MM (US/Central timezone). |
| dateReleasedEnd | DateTime |
Less than timestamp of hold release of organization level hold formatted as YYYY-MM-DDTHH:MM (US/Central timezone). |
| dateModifiedBegin | DateTime |
Greater than or equal to timestamp of last organization hold change(created, placed or released) formatted as YYYY-MM-DDTHH:MM (US/Central timezone). |
| dateModifiedEnd | DateTime |
Less than timestamp of last organization hold change (created, placed or released) formatted as YYYY-MM-DDTHH:MM (US/Central timezone). |