[]
        
(Showing Draft Content)

Caching

Caching

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

Parameters

Name Type Located In
cacheKeyRequired string path

Response

Status Code: 200

Success

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

Parameters

Name Type Located In
cacheKeyRequired string path

Response

Status Code: 200

Success

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

Parameters

Name Type Located In
reportIdRequired string path

Response

Status Code: 200

Success

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

Parameters

Name Type Located In
reportIdRequired string path

Request Schema

CachingPayload

Response

Status Code: 200

Success

Models

Ƭ CachingPayload

Name Type Description Example
reportCacheEnabled Boolean
value int32
interval CachingInterval
type CachingType

Ƭ CachingInterval

Enum:

  • Hour
  • Day
  • Week
  • Month

Ƭ CachingType

Enum:

  • Preview
  • Full