Get source version summary
Source code
Get source version summary
Returns headVersion, publishedVersion, and whether the website has unpublished source changes.
GET
Get source version summary
Authorizations
Cactal API key. Create one in the dashboard or via POST /apiKeys. The plaintext key is shown once at creation.
Query Parameters
Minimum string length:
1Response
Draft and published version summary for the website.
Id of the website.
Current draft source version. Starts at 1 and increments with every content-changing edit.
Source version currently published. null when the website has never been published.
Whether head differs from the published version (always true before the first publish).