get https://example.com/analytics/services/v1.0/rules
Gets a list of webhooks on the tenant.
{
"text": "Response\n\nAPI-Result\n\nThe response contains a collection of objects with information about each webhook on the tenant. The follow fields contained in each object:\n\n**actions**\tarray of objects\nA collection of fields describing how to invoke the webhook.\n\n**created_by**\tstring\nThe ID of the user who created the webhook.\n\n**created_timestamp**\tstring\nThe date/time when the webhook was created.\n\n**description**\tstring\nA description of the webhook.\n\n**id**\tarray of strings\nThe ID of the tenant containing the webhook and the ID of the webhook.\n\n**name**\tstring\nThe name of the webhook.\n\n**new**\tboolean\nIndicates if the webhook is new.\n\n**policy_id**\tstring\nThe ID of the policy.\n\n**rule**\tobject\nContains information about the rule (event) that will be used to invoke the webook.\n\n**rule.filter_meta_data**\tobject\nThe event type.\n\n**rule.filter_meta_data.event_type**\tString\nThe name of the event type.\n\n**rule.filter_type**\tobject\nThe type of event filter.\n\n**status**\tinteger\nThe current status.\n\n**tenant_id**\tstring\nThe ID of the tenant which owns the webook.\n\n**updated_by**\tstring\nThe ID of the user who updated the webhook.\n\n**updated_timestamp**\tstring\nThe date/time when the webhook was updated."
}