contractNoteReasons
Get a list of contract note reasons, optionally filtered by activity types.
Arguments
Filter reasons applicable to any of the given contract activity types.
Possible Errors
Allowed Viewers
Required Permissions
Can query contract note reasonsQuery Complexity
1Examples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
query ContractNoteReasons($activityTypes: [ContractActivityTypeOptions]) {
contractNoteReasons(activityTypes: $activityTypes) {
activityTypes
description
slug
}
}
Variables
{
"activityTypes": "ALL_ACTIVITY_TYPES"
}
Response
{
"data": {
"contractNoteReasons": [
{
"activityTypes": "ALL_ACTIVITY_TYPES",
"description": "brother-realize-believe-hundred-manager",
"slug": "help-collection-discuss-star-leg"
}
]
}
}