@apify/n8n-nodes-apify
Version:
n8n nodes for Apify
56 lines • 1.51 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.properties = void 0;
exports.properties = [
{
displayName: 'GET /v2/datasets/{datasetId}',
name: 'operation',
type: 'notice',
typeOptions: {
theme: 'info',
},
default: '',
displayOptions: {
show: {
resource: ['Datasets'],
operation: ['Get dataset'],
},
},
},
{
displayName: 'Dataset Id',
name: 'datasetId',
required: true,
description: 'Dataset ID or `username~dataset-name`',
default: 'WkzbQMuFYuamGv3YF',
type: 'string',
displayOptions: {
show: {
resource: ['Datasets'],
operation: ['Get dataset'],
},
},
},
{
displayName: 'Token',
name: 'token',
description: 'API authentication token. It is required only when using the `username~dataset-name` format for `datasetId`.',
default: 'soSkq9ekdmfOslopH',
type: 'string',
typeOptions: { password: true },
routing: {
request: {
qs: {
token: '={{ $value }}',
},
},
},
displayOptions: {
show: {
resource: ['Datasets'],
operation: ['Get dataset'],
},
},
},
];
//# sourceMappingURL=properties.js.map