Skip to content

getDataSet

function getDataSet(options): Promise<ReturnType>;

Defined in: packages/synapse-core/src/sp.ts:297

Get a data set from the PDP API.

GET /pdp/data-sets/{dataSetId}

ParameterTypeDescription
optionsOptionsTypegetDataSet.OptionsType

Promise<ReturnType>

The data set from the PDP API. getDataSet.ReturnType

Errors getDataSet.ErrorType