---
title: "Get objectives"
method: GET
path: "/consumers/{consumer_id}/pos/objectives"
tags: ["Point of Sale", "Objectives"]
---

# Get objectives

`GET /consumers/{consumer_id}/pos/objectives`

Return the total amount and the tax amount for a specific period

## Path parameters

- `consumer_id` string, uuid, required

## Query parameters

- `page` integer
- `size` integer
- `date_from` string, date, required
- `date_to` string, date, required
- `location_id` string, nullable

## Response `200`

Successful Response

- ChiftPageObjectivesItem
  - `items` ObjectivesItem[], required
    - `total` number, required — Total amount including tax of the sales
    - `tax_amount` number, required — Total amount of the taxes
    - `date` string, date, required — Date of the objective
  - `total` integer, required
  - `page` integer, required
  - `size` integer, required

## Other responses

- `400` — Bad Request
- `405` — Method Not Allowed
- `422` — Validation Error
- `502` — Bad Gateway

---

[API](https://skmtc.net/chift/apis/chift-api.md) · [All operations](https://skmtc.net/chift/apis/chift-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chift/chift-api/revisions/b5f1214a482a/schema)
