Compare two pathway versions
GET/v1/pathways/:id/versions/compare
A keyed structural diff between two versions (?base=<n>&target=<n>, version numbers) — added/removed/modified nodes and functions, not a raw JSON text diff. Authoring payload — passed through from the internal service as-is; it evolves with the product and is not a frozen contract.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 429
Missing/invalid base or target, or they are the same version.
Missing, invalid, revoked, or expired API key.
The key lacks the pathways:read scope.
No pathway/version with this id for your organization.
Rate limit exceeded.