Retrieves all Price Grids based on filter settings.
Filter example:
Returns only Price Grids where status = CANCELLED
.
{
"data":{
"_constructor":"AdvancedCriteria",
"operator":"and",
"criteria":[
{
"fieldName":"status",
"operator":"equals",
"value":"CANCELLED"
}
]
}
}
OK
object | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
{- "endRow": 300,
- "oldValues": null,
- "operationType": "fetch",
- "startRow": 0,
- "textMatchStyle": "exact",
- "data": {
- "_constructor": "AdvancedCriteria",
- "operator": "and",
- "criteria": [
- {
- "fieldName": "status",
- "operator": "equals",
- "value": "READY"
}
]
}
}
{- "response": {
- "status": 0,
- "startRow": 0,
- "node": "string",
- "csrfToken": "string",
- "data": [
- {
- "version": 0,
- "typedId": "string",
- "label": "string",
- "calculationMessages": "string",
- "numberOfItems": 0,
- "keepManualOverrides": true,
- "writeOnlyChangedItems": true,
- "configuration": "string",
- "numberOfApprovedItems": 0,
- "numberOfOpenItems": 0,
- "numberOfDeniedItems": 0,
- "numberOfSubmittedItems": 0,
- "numberOfAutoApprovedItems": 0,
- "priceGridType": "string",
- "createdByName": "string",
- "lastUpdateByName": "string",
- "updateDate": "string",
- "updatedBy": 0,
- "createDate": "string",
- "createdBy": 0,
- "lastUpdateDate": "string",
- "lastUpdateBy": 0,
- "status": "string",
- "calculationStartDate": "string",
- "calculationDate": "string",
- "partialCalculationDate": "string",
- "id": 0
}
], - "endRow": 300
}
}