Get Greeting

Get Greeting
Request
URI
GET
https://{api_host}//api/hello/greetings/{id}
COPY

Responses
200
Returns helloGreeting of type(s) */*
{
    "lastUpdatedTime": "string",
    "name": "string",
    "greetingType": "string",
    "lastUpdatedBy": "string",
    "orgId": "string",
    "createdBy": "string",
    "createdTime": "string",
    "updateVersion": 0,
    "id": "string",
    "description": "string"
}
string As int64 As int64
lastUpdatedTime
Optional

lastUpdatedTime

string
name
Optional

name

greetingType
Optional

greetingType

string
lastUpdatedBy
Optional

lastUpdatedBy

string
orgId
Optional

orgId

string
createdBy
Optional

createdBy

string As int64 As int64
createdTime
Optional

createdTime

integer As int32 As int32
updateVersion
Optional

Current version of the greeting object.

string
id
Optional

id

string
description
Optional

description


404

Not Found

Operation doesn't return any data structure