Skip to main content
GET
/
greetings
Error
A valid request URL is required to generate request examples
{
  "member": [
    {
      "name": "<string>",
      "@context": "<string>",
      "@id": "<string>",
      "@type": "<string>",
      "id": 123
    }
  ],
  "totalItems": 1,
  "view": {
    "@id": "string",
    "type": "string",
    "first": "string",
    "last": "string",
    "previous": "string",
    "next": "string"
  },
  "search": {
    "@type": "<string>",
    "template": "<string>",
    "variableRepresentation": "<string>",
    "mapping": [
      {
        "@type": "<string>",
        "variable": "<string>",
        "property": "<string>",
        "required": true
      }
    ]
  }
}

Query Parameters

page
integer
default:1

The collection page number

Response

200 - application/ld+json

Greeting collection

member
object[]
required
totalItems
integer
Required range: x >= 0
view
object
Example:
{
"@id": "string",
"type": "string",
"first": "string",
"last": "string",
"previous": "string",
"next": "string"
}