[]
        
(Showing Draft Content)

Caching

Caching

[GET] /api/reporting/caching/{cacheKey}

Parameters

Name In Type
cacheKeyRequired path string

Responses

[200] Success

[GET] /api/reporting/caching/verify/{cacheKey}

Parameters

Name In Type
cacheKeyRequired path string

Responses

[200] Success

[GET] /api/reporting/caching/settings/{reportId}

Parameters

Name In Type
reportIdRequired path string

Responses

[200] Success

[POST] /api/reporting/caching/settings/{reportId}

Parameters

Name In Type
reportIdRequired path string

Request Body

Type: application/json-patch+json, application/json, text/json, application/*+json

CachingPayload

Responses

[200] Success

Models

Ƭ CachingPayload

Name Type
reportCacheEnabled Boolean
value int32
interval CachingInterval
type CachingType

Ƭ CachingInterval

Enum:

  • Hour
  • Day
  • Week
  • Month

Ƭ CachingType

Enum:

  • Preview
  • Full