List Data Loads

post/datamart.listdataloads

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.

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
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,
        • "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
    }
}