[]
        
(Showing Draft Content)

Pivot

Pivot

[GET] /api/pivot/datasets

Parameters

Name In Type
dashboardId query string

Responses

[200] Success

[POST] /api/pivot/datasets/pagination

Request Body

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

DatasetsPaginationRequestViewModel

Responses

[200] Success

[POST] /api/pivot/datasets/schema

Parameters

Name In Type
dashboardId query string

Request Body

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

DatasetSchemaModel

Responses

[200] Success

[POST] /api/pivot

Parameters

Name In Type
datasetId query string
dashboardId query string
sessionId query string

Request Body

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

pivotRequest

Responses

[200] Success

[POST] /api/pivot/exportRawData

Parameters

Name In Type
datasetId query string
dashboardId query string
sessionId query string

Request Body

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

pivotRequest

Responses

[200] Success

binary

Type: [text/plain], [application/json], [text/json]

[GET] /api/pivot/iot

Parameters

Name In Type
datasetId query string

Responses

[200] Success

Models

Ƭ DatasetsPaginationRequestViewModel

Name Type
filter DatasetsPaginationFilterModel
startIndex int32
pageSize int32
onlyEmbeddingSupported Boolean

Ƭ DatasetsPaginationFilterModel

Name Type
searchNullable string
idsNullable Array<string>
fileExtsNullable Array<string>
excludeDatasetsWithParameters Boolean

Ƭ DatasetSchemaModel

Name Type
idsNullable Array<string>