Acquia · Example Payload

Acquia Cloud Agreement Example

ContentExperience

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

Top-level fields

uuiddocument_uuidtitlebodystatuscreated_atupdated_atactioned_byreference_links

Example Payload

Raw ↑
{
  "uuid": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "document_uuid": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "title": "sample-value",
  "body": "sample-value",
  "status": "pending",
  "created_at": "2025-03-15T14:30:00Z",
  "updated_at": "2025-03-15T14:30:00Z",
  "actioned_by": "sample-value",
  "reference": {
    "uuid": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
    "name": "Production Application",
    "type": "drupal"
  },
  "_links": "sample-value"
}