Returns a list of Data Load definitions. If fetching Data Loads takes too long and you don't need validation and schedules, use the List Data Loads (/datamart.listdataloads
) endpoint instead.
OK
{- "response": {
- "node": "string",
- "csrfToken": "string",
- "data": [
- {
- "version": 0,
- "typedId": "string",
- "targetDate": "string",
- "label": "string",
- "type": "string",
- "targetName": "string",
- "withTargetSnapshot": true,
- "calculationContext": "string",
- "calcItemsLookupTableId": 0,
- "schedules": [
- { }
], - "numberOfItems": 0,
- "actionUUID": "string",
- "resultTableUniqueName": "string",
- "calculationConfig": {
- "formulaName": "string",
- "targetDate": "string",
- "feederInputParams": [
- { }
], - "inputParams": [
- { }
], - "mappingParams": [
- { }
], - "outputElements": [
- { }
]
}, - "requestTime": 0,
- "lastUpdateTime": 0,
- "loadCompleteTime": 0,
- "createDate": "string",
- "createdBy": 0,
- "lastUpdateDate": "string",
- "lastUpdateBy": 0,
- "status": "string",
- "calculationStartDate": "string",
- "calculationDate": "string",
- "isDefault": true,
- "incremental": true,
- "distributed": true,
- "continuous": true,
- "valid": true,
- "isPlasma": true,
- "incLoadDate": "string"
}
], - "endRow": 0,
- "status": 0
}
}