Interface GetHooksRequest

Hierarchy

  • GetHooksRequest

Properties

enabled?: boolean

Optional filter on whether a hook is enabled (true) or disabled (false).

fields?: string

Comma-separated list of fields to include in the result. Leave empty to retrieve all fields.

include_totals?: boolean

Return results inside an object that contains the total result count (true) or as a direct array of results (false, default).

page?: number

Page index of the results to return. First page is 0.

per_page?: number

Number of results per page. Paging is disabled if parameter not sent.

Retrieves hooks that match the trigger