Merge · Example Payload

Knowledge Base Api Article Example

IntegrationsPlatformUnified APIAgent HandlerLLM Gateway

Knowledge Base Api Article Example is an example object payload from Merge, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idremote_idtitlecontentcontainerauthorurlpermissionsremote_was_deletedcreated_atmodified_at

Example Payload

Raw ↑
{
  "id": "2c8e8a64-7f4b-49c1-a1d6-66f43f56e9d2",
  "remote_id": "98765",
  "title": "Onboarding Runbook — Engineering",
  "content": "# Welcome\n\nThis runbook covers laptop setup, repo access, and the first-week ladder...",
  "container": "f1a09f0e-1c43-4a4c-b1bc-2e6e3c84e123",
  "author": "0a1ee2b5-1f02-4b16-913f-65b6f0d2a811",
  "url": "https://example.atlassian.net/wiki/spaces/ENG/pages/12345/Onboarding-Runbook",
  "permissions": [
    { "principal": "0a1ee2b5-1f02-4b16-913f-65b6f0d2a811", "principal_type": "USER", "level": "ADMIN" },
    { "principal": "fb3c7ec1-9b53-4d7b-9f10-9b65d3c041aa", "principal_type": "GROUP", "level": "READ" }
  ],
  "remote_was_deleted": false,
  "created_at": "2024-08-12T14:00:00Z",
  "modified_at": "2026-05-19T09:42:00Z"
}