List Data Loads (with validation and schedules)

post/datamart.getdataloads

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.

Securitybasic or X-PriceFx-jwt
Responses
200

OK

Response Schema: application/json
object
node
string non-empty
csrfToken
string non-empty
Array of objects non-empty unique
Array (non-empty)
version
number
typedId
string non-empty
targetDate
string non-empty
label
string non-empty
type
string non-empty
targetName
string non-empty
withTargetSnapshot
boolean
calculationContext
string non-empty
calcItemsLookupTableId
number
schedules
Array of objects
numberOfItems
number
actionUUID
string non-empty
resultTableUniqueName
string non-empty
object
requestTime
number
lastUpdateTime
number
loadCompleteTime
number
createDate
string non-empty
createdBy
number
lastUpdateDate
string non-empty
lastUpdateBy
number
status
string non-empty
calculationStartDate
string non-empty
calculationDate
string non-empty
isDefault
boolean
incremental
boolean
distributed
boolean
continuous
boolean
valid
boolean
isPlasma
boolean
incLoadDate
string non-empty
endRow
number
status
number
Request samples
Response samples
application/json
{
  • "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": {
          },
        • "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
    }
}