View Source
Class WebhookLogController
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class WebhookLogController : WebhookLogControllerBase
Constructors
View Source
WebhookLogController(IWebhookLogService, IWebhookPresentationFactory)
Declaration
public WebhookLogController(IWebhookLogService webhookLogService, IWebhookPresentationFactory webhookPresentationFactory)
Parameters
Methods
View Source
Logs(CancellationToken, Guid, Int32, Int32)
Declaration
public async Task<IActionResult> Logs(CancellationToken cancellationToken, Guid id, int skip = 0, int take = 100)
Parameters
| Type |
Name |
Description |
| CancellationToken |
cancellationToken |
|
| Guid |
id |
|
| System.Int32 |
skip |
|
| System.Int32 |
take |
|
Returns
| Type |
Description |
| Task<IActionResult> |
|