Class AllTelemetryController
Namespace: Umbraco.Cms.ManagementApi.Controllers.Telemetry
Assembly: Umbraco.Cms.ManagementApi.dll
Syntax
public class AllTelemetryController : TelemetryControllerBase
Methods
View SourceGetAll(Int32, Int32)
Declaration
public async Task<PagedViewModel<TelemetryViewModel>> GetAll(int skip, int take)
Parameters
Type | Name | Description |
---|---|---|
System. |
skip | |
System. |
take |
Returns
Type | Description |
---|---|
Task<Paged |