Properties
| Name | Type | Required | Description |
|---|---|---|---|
| object | String | ❌ | Object type |
| hasMore | Boolean | ❌ | Indicates whether there is another page to be searched |
| totalCount | Long | ❌ | Total number of items for the filters entered |
| limit | Long | ❌ | Number of objects per page |
| offset | Long | ❌ | Position of the object from which the page should be loaded |
| data | List<WebhookConfigGetResponseDto> | ❌ | List of objects |