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
string
greetingType
Optional
Constraints:
default: UNKNOWN_GREETING_TYPE
greetingType
Possible values are :
UNKNOWN_GREETING_TYPE,
HELLO,
WELCOME,
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
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/hello/greetings/{id}
Greeting Service Operations
GET
Say Hello
POST
Create Greeting
GET
List Greetings
POST
Email Greeting
PUT
Update Greeting
DELETE
Delete Greeting
GET
Get Greeting