v1
latestOpenAPI 3.0.02026-08-064842333.5 MBLive Price Grids
List Live Price Grid Items
Retrieves Live Price Grid Items.<p> A filter can be applied.<p> Filter example:<p> Returns the item where id = 644.
<!-- theme: warning -->Please note:
Filtering by typedId is not accepted by this enpoint.
{
"endRow":300,
"oldValues":null,
"operationType":"fetch",
"startRow":0,
"textMatchStyle":"exact",
"data":{
"_constructor":"AdvancedCriteria",
"operator":"and",
"criteria":[
{
"fieldName":"id",
"operator":"equals",
"value":644
}
]
}
}
<p>
| Required Permission | Roles with the Required Permission |
|---|---|
| PRICEGRID_FETCH | Edit LPG & Add Products (PB_PRICEGRIDEDITOR_ADD_SKU), Edit LPG (PB_PRICEGRIDEDITOR), Administer LPG (PB_PRICEGRIDS), Investigate for Support (SUPPORT), Administer Plasma (PLASMA), Manage Workflow Logics (WF_BUILDER) |
post/pricegridmanager.fetch/{id}
Request body
Response
OK