getDataSet
function getDataSet(options): Promise<GetDataSetResponse>;Defined in: packages/synapse-core/src/sp.ts:244
Get a data set from the PDP API.
GET /pdp/data-sets/{dataSetId}
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
options | GetDataSetOptions | The options for the get data set from the PDP API. |
Returns
Section titled “Returns”The data set from the PDP API.