# Refresh Reference Data

> Perform Refresh Reference Data through NikoHealth.

Source: [https://genhealth.ai/docs/workflows/integrations/nikohealth/nikohealth_refresh_reference_data](https://genhealth.ai/docs/workflows/integrations/nikohealth/nikohealth_refresh_reference_data)

Integration: [NikoHealth](https://genhealth.ai/docs/workflows/integrations/nikohealth.md)

- Handler: `nikohealth_refresh_reference_data`

- Connection type: `nikohealth`

## Inputs

This action has no public inputs.

## Outputs

- `organization_id` — Organization Id
- `success` — Success
- `catalog` — Catalog
- `dictionary_refresh` — Dictionary Refresh
- `error` — Error

Output schema completeness: `best_effort_declared`

## Safety

- External effect: `write`
- Confirmation recommended: no
- Retry safe: no
- Dry run supported: no

## Schemas

These schemas are first-pass authoring guidance. Runtime validation remains authoritative.

### Input schema

```json
{
  "type": "object",
  "properties": {},
  "additionalProperties": false
}
```

### Output schema

```json
{
  "type": "object",
  "properties": {
    "error": {},
    "catalog": {},
    "success": {},
    "organization_id": {},
    "dictionary_refresh": {}
  },
  "additionalProperties": true
}
```
