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 request
  • board_id
    ID!
    Required
    Board unique identifier.

Returns

  • [Webhook]
    Get a collection of webhooks for the board
query webhooks($board_id: ID!) {
webhooks(board_id: $board_id) {
# webhooks fields
}
}
usersworkspaces
Built with