Skip to main content
GET
Get the read-only G-PUBSEED diff for a batch
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

GET /publishing-bootstrap/batch//diff Description: Computes the G-PUBSEED review diff for the batch’s PENDING items — four buckets (creates, links, conflicts, skips), each entry carrying its itemId for follow-up edits and apply calls. The diff is READ-ONLY and recomputed live against the current CWR works/recordings state, so it stays truthful even if the catalog moved after staging: an item whose asset got linked in the meantime shows under skips with skipReason: already-linked, and reviewer overrides (finalData) are already folded in. Conflict entries are never auto-resolved — set finalData.resolveConflict on the item (via PUT /publishing-bootstrap/items/{id}) to move it into links or creates before applying. Authorization:
  • Required role: admin or higher
Method: GET

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

batchId
string
required

Batch id returned by POST /publishing-bootstrap/scan

Response

Diff computed

status
string
Example:

"success"

data
object