Returns a list of Data Load definitions. No validation is run on returned Data Loads and no schedules are loaded. Use this endpoint for listing only.
If you need Data Loads to be validated and schedules returned, use the List Data Loads (with validation and schedules) (/datamart.getdataloads
) 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,
- "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
}
}