---
title: "test rdi values"
method: GET
path: "/data_management/rdi_test"
tags: ["data_management"]
---

# test rdi values

`GET /data_management/rdi_test`

## Request body

- RdiTestRequest
  - `age` integer
  - `country` string
  - `diet_restriction` string
  - `sex` string

## Response `200`

successful operation

- RdiResponse
  - `age` integer, required
  - `country` 'Canada' | 'USA', required
  - `nutrients` RdiNutrientResponse[], required
    - `classification` 'daily_rda' | 'daily_ul' | 'n/a', required — description of the value
    - `nutrient` string, required — current nutrient
    - `unit` string, required — unit of measure for this nutrient
    - `value_high` number, nullable — high end threshold of an rdi or the maximum target
    - `value_low` number, nullable — low end threshold of an rdi or the minimum target
  - `sex` string, required — sex of the patient as indicated in their profile

---

[API](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server.md) · [All operations](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rxfoodapp/inneranalytics-mnt-server/revisions/0703cbbbefe8/schema)
