Acquia · Example Payload

Acquia Cloud Ux Message Example

ContentExperience

Acquia Cloud Ux Message Example is an example object payload from Acquia, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

iduuidtitlebodyurlfiltersflagsweightstart_atexpire_at_links

Example Payload

Raw ↑
{
  "id": 1,
  "uuid": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "title": "sample-value",
  "body": "sample-value",
  "url": "https://example.acquia-sites.com",
  "filters": "sample-value",
  "flags": "sample-value",
  "weight": 1,
  "start_at": "2025-03-15T14:30:00Z",
  "expire_at": "2025-03-15T14:30:00Z",
  "_links": "sample-value"
}