---
title: "Echo method receives a simple message and returns it."
method: GET
path: "/v1/example/echo/{id}/{num}"
tags: ["UnannotatedEchoService"]
---

# Echo method receives a simple message and returns it.

`GET /v1/example/echo/{id}/{num}`

The message posted as the id parameter will also be
returned.

## Path parameters

- `id` string, required
- `num` string, int64, required

## Query parameters

- `duration` string

## Response `200`

A successful response.

- ExamplepbUnannotatedSimpleMessage — UnannotatedSimpleMessage represents a simple message sent to the unannotated Echo service.
  - `id` string — Id represents the message identifier.
  - `num` string, int64
  - `duration` string

---

[API](https://skmtc.dev/openshift/apis/examples-proto-examplepb-unannotated-echo-service-proto.md) · [All operations](https://skmtc.dev/openshift/apis/examples-proto-examplepb-unannotated-echo-service-proto/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openshift/examples-proto-examplepb-unannotated-echo-service-proto/revisions/1af2d586e2a3/schema)
