Agent Versioning - Revisions
Get revision publish trail
Return the publish trail for a revision: who published it, and the ordered list of prior revisions on this branch with the sections that changed at each step.
get/agent/{id}/branches/{branchId}/revisions/{revisionId}/history
Path parameters
idstring required
The agent ID.
branchIdstring required
The branch ID.
revisionIdstring required
The revision ID. Equal to the v1 versionId for revisions that were migrated from the v1 model.
Response
Successful response.
Example response
{
"status": true
}