Queries
/webhooks
webhooks
Get a collection of webhooks for the board
Arguments
app_webhooks_only
Boolean
Filters webhooks that were created by the app initiating the requestboard_id
ID!
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