Queries
/webhooks
webhooks
Get a collection of webhooks for the board
Arguments
app_webhooks_onlyBoolean
Filters webhooks that were created by the app initiating the requestboard_idID!Required
Board unique identifier.
Returns
- Get a collection of webhooks for the board
query webhooks($board_id: ID!) { webhooks(board_id: $board_id) { # webhooks fields } }
Built with