---
title: "GET /helloworld/{name}"
method: GET
path: "/helloworld/{name}"
tags: ["Greeter"]
---

# GET /helloworld/{name}

`GET /helloworld/{name}`

Sends a greeting

## Path parameters

- `name` string, required

## Response `200`

OK

- HelloworldV1HelloReply — The response message containing the greetings
  - `message` string

## Changes

- **2022-03-17** `aff3fc816a91` — 2 breaking, 1 warning, 1 info
  - added the new path request parameter `name`
  - the response's body type changed from no type to `object` for status `200`
  - deleted the `query` request parameter `name`
  - api tag `Greeter` added
- **2021-12-27** `52ca3c9327fd` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/go-kratos/apis/todoservice-api/changes/helloworld/:name/get.md)

---

[API](https://skmtc.dev/go-kratos/apis/todoservice-api.md) · [All operations](https://skmtc.dev/go-kratos/apis/todoservice-api/llms.txt) · [OpenAPI document](https://skmtc.dev/go-kratos/apis/todoservice-api/revisions/aff3fc816a91?raw)
