GET /v1/pricelists
Summary: Get all price lists.
Operation ID: PriceLists_GetPricelists
Auth: unknown
Operation ID: PriceLists_GetPricelists
Auth: unknown
Parameters (8)
active
(boolean, query, optional)
If not given, return all price lists, if given as true return only active price lists, if given as false returns only inactive price lists.
calculateRowCount
(boolean, query, optional, default: False)
Optional: Calculate total number of rows.
currencyGuid
(string, query, optional)
Optional: ID of the price list currency.
firstRow
(integer, query, optional, default: 0)
Optional: first row to fetch. Default 0 = first row.
name
(string, query, optional)
Optional: Name of the price list.
rowCount
(integer, query, optional)
Optional: How many rows to fetch, Default 20, maximum 100.
sortings
(array, query, optional)
Optional: A list of Key-Value pairs, containing names of fields and directions by which the results should be sorted. Any sortable field name (submodel fields not supported) in the model can be used, while value can be "Desc" or "Asc".
textToSearch
(string, query, optional)
Optional: Text to search from price list name.
No probe data for this endpoint yet.