---
title: "getProjectedConsumptionByPage"
method: GET
path: "/projectedconsumption/v1/getProjectedConsumptionByPage"
tags: ["Projected Consumption Service"]
---

# getProjectedConsumptionByPage

`GET /projectedconsumption/v1/getProjectedConsumptionByPage`

Retrieve a projected consumption entry's details by page number.

## Query parameters

- `locationCode` string, required
- `pageNumber` integer
- `projCnsDate` string, required
- `pageSize` integer
- `includeNull` boolean

## Headers

- `authenticationtoken` string, required
- `password` string, required
- `sitename` string, required
- `userid` string, required
- `X-B3-TraceId` string

## Response `200`

Success

- ProjectedConsumptionBatchResponseDto — ProjectedConsumptionBatchResponseDto description
  - `hasNext` boolean
  - `projectedConsumptionDetails` ProjectedConsumptionDetails[]
    - `projectedConsumptionDetailDetails` ProjectedConsumptionDetailsDto[]
      - `productNumber` string, required — "productNumber" from projected consumption
      - `projCnsQty` number, required — "projCnsQty" from projected consumption
    - `projectedConsumptionHeaderDetails` ProjectedConsumptionHeaderDto — ProjectedConsumptionHeaderDto description
      - `locationCode` string, required — "locationCode" from projected consumption
      - `projCnsDate` string, required — "projCnsDate" from projected consumption
  - `totalPages` integer

## Other responses

- `400` — Validation Error
- `401` — Authorization
- `404` — projected consumption not found
- `429` — Too Many Requests
- `500` — Unexpected Error
- `503` — System under maintenance
- `504` — Timeout

---

[API](https://skmtc.net/crunchtime/apis/inventory-labor.md) · [All operations](https://skmtc.net/crunchtime/apis/inventory-labor/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crunchtime/inventory-labor/revisions/0af8e380ff2c/schema)
