---
title: "Get the default site revision"
method: GET
path: "/publishing/v1/site-revisions/default"
tags: ["Publishing"]
---

# Get the default site revision

`GET /publishing/v1/site-revisions/default`

Use the /site-revisions/default endpoint to retrieve the default site revision<br />User roles: admin, manager, editor

## Query parameters

- `include` string

## Response `200`

The default site revision

- object
  - `links` object
    - `self` object, required — url pointing to this document
      - `href` string, required
      - `methods` string[], required
      - `name` object — single value object where key is the locale and value is the display name
  - `id` string, required — Unique identifier representing a specific item
  - `rev` string, required — a string identifying a specific version of the document
  - `created` string, date-time, required — date when this item was created
  - `creator` object, required — A reference to the User who has created the item
    - `id` string, required
  - `lastModified` string, date-time, required — date when this item was modifed for the last time
  - `lastModifier` object, required — A reference to the User who has modified the item
    - `id` string, required
  - `description` object — an object holding the localized description for multiple languages
  - `name` object, required — an object holding the localized title for multiple languages
  - `state` 'READY' | 'BUILDING' | 'PENDING', required — State of the site revision
  - `autoPublishEnabled` boolean — If true, any updates affecting this site revision will be published automatically. Default is true.
  - `lastSucceeded` string, date-time — date when this site revision was last updated successfully (last time a job for that site revision completed successfully)
  - `active` boolean — indicates if this site revision is the active one.
  - `job` object — Reference to the job that modified this site revision most recently
    - `id` string, required

## Other responses

- `400` — Unable to handle the request as it does not match the API definition.
- `429` — Too Many Requests, the server has reached a limit, the request must be sent again at a later time.

---

[API](https://skmtc.net/goacoustic/apis/acoustic-content-api.md) · [All operations](https://skmtc.net/goacoustic/apis/acoustic-content-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/goacoustic/acoustic-content-api/versions/677305266d89/schema)
