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

# 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

- `line_num` string, int64
- `lang` string
- `status.progress` string, int64
- `status.note` string
- `en` string, int64
- `no.progress` string, int64
- `no.note` string

## Response `200`

A successful response.

- ExamplepbSimpleMessage — SimpleMessage represents a simple message sent to the Echo service.
  - `id` string — Id represents the message identifier.
  - `num` string, int64
  - `line_num` string, int64
  - `lang` string
  - `status` ExamplepbEmbedded — Embedded represents a message embedded in SimpleMessage.
    - `progress` string, int64
    - `note` string
  - `en` string, int64
  - `no` ExamplepbEmbedded — Embedded represents a message embedded in SimpleMessage.
    - `progress` string, int64
    - `note` string

---

[API](https://skmtc.net/openshift/apis/echo-service.md) · [All operations](https://skmtc.net/openshift/apis/echo-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openshift/echo-service/versions/4d99984f8a26/schema)
