PushDataset
PushDataset
[POST] /api/pushdatasets/{datasetId}/data
Creates a push dataset.
Parameters
Name | Type | Located In | Description |
---|---|---|---|
datasetIdRequired | string | path | The dataset document id. |
pushDataToken | string | query | The push data token. |
Request Schema
Response
Status Code: 200
Success
[DELETE] /api/pushdatasets/{datasetId}/data
Delete the specified push dataset.
Parameters
Name | Type | Located In | Description |
---|---|---|---|
datasetIdRequired | string | path | The dataset document id. |
pushDataToken | string | query | The push data token. |
Request Schema
Response
Status Code: 200
Success
Models
Ƭ InsertDataParam
Name | Type | Description | Example |
---|---|---|---|
datasetIdNullable | string | ||
columnsNullable | Array<string> |
||
rowsNullable | Array<array> |
||
overwrite | Boolean |
Ƭ ClearDataParam
Name | Type | Description | Example |
---|---|---|---|
columnNameNullable | string | ||
valueNullable | any | ||
optionNullable | string |