Retrieves a list of Datamart Rollups based on filter settings.
{- "operationType": "fetch",
- "startRow": 0,
- "endRow": null,
- "textMatchStyle": "substring",
- "data": {
- "fieldName": "owner",
- "operator": "equals",
- "value": null,
- "_constructor": "AdvancedCriteria"
}, - "oldValues": null
}
{- "response": {
- "status": 0,
- "startRow": 0,
- "node": "string",
- "data": [
- {
- "version": 0,
- "typedId": "string",
- "label": "string",
- "queryDto": {
- "projections": {
- "Region": {
- "alias": "string",
- "expression": "string",
- "name": "string"
}, - "Country": {
- "alias": "string",
- "expression": "string",
- "name": "string"
}, - "Product ID": {
- "alias": "string",
- "expression": "string",
- "name": "string"
}, - "Costs": {
- "advancedProjection": true,
- "expression": "string",
- "parameters": {
- "field": null,
- "quantity": null,
- "base": null
}, - "formatString": "string",
- "label": "string",
- "name": "string",
- "alias": "string"
}, - "Margin %": {
- "advancedProjection": true,
- "expression": "string",
- "parameters": {
- "field": null,
- "quantity": null,
- "base": null
}, - "formatString": "string",
- "label": "string",
- "name": "string",
- "alias": "string"
}, - "List Price": {
- "advancedProjection": true,
- "expression": "string",
- "parameters": {
- "field": null,
- "quantity": null,
- "base": null
}, - "formatString": "string",
- "label": "string",
- "name": "string",
- "alias": "string"
}
}, - "options": {
- "currency": "string"
}, - "sortBy": [
- { }
], - "source": "string",
- "label": "string",
- "filters": { },
- "datamart": "string",
- "rollup": true
}, - "createdByName": "string",
- "visibility": "string",
- "draft": true,
- "ownerAndLabel": "string",
- "createDate": "string",
- "createdBy": 0,
- "lastUpdateDate": "string",
- "lastUpdateBy": 0,
- "isPlasma": true
}
], - "endRow": 0
}
}