Skip to main content

Hello world

GET 

/api/examples/hello

Return a greeting message

Request

Query Parameters

    text Text

    Default value: hello

Header Parameters

    x-correlation-id X-Correlation-Id

    Correlation ID is a special type of request ID which is unique over a series of requests and responses, identifying a transaction in a distributed system. Correlation ID will be generated if not provided.

    x-request-id X-Request-Id

    In distributed system architecture (microservices architecture) it is a unique ID of a request and response combination throughout all components of the system. Request ID will be generated if not provided.

Responses

Successful Response

Schema

    text Text (string)required
Loading...