---
title: "Get the site descriptor of a public or protected site."
method: GET
path: "/mydelivery/v2/sites/{siteId}"
tags: ["Delivery sites"]
---

# Get the site descriptor of a public or protected site.

`GET /mydelivery/v2/sites/{siteId}`

Returns the site descriptor of the site specified by *siteId*.
<br />User roles: admin, manager, editor, viewer, authenticatedVisitor

## Path parameters

- `siteId` string, uuid, required

## Query parameters

- `fields` string

## Headers

- `If-None-Match` string

## Response `200`

Success

- object
  - `id` string — The ID of the content item.
  - `name` string — The name of the content item.
  - `description` string — The description text for this content item.
  - `classification` string — The classification defines the document type. For site items, all documents are classified as "content".
  - `typeId` string — The ID of the content type this item belongs to.
  - `locale` string — locale of the document (e.g "en", or "de").
  - `lastModified` string, date-time — The last modified date of this content item in ISO 8601 with the format YYYY-MM-DDTHH:mm:ss.sssZ.
  - `lastModifierId` string — name of user for now, this property may change once user management is defined.
  - `created` string, date-time — The created date of this content item in ISO 8601 with the format YYYY-MM-DDTHH:mm:ss.sssZ.
  - `creatorId` string — The Id of the user that created this content item.
  - `kind` string[]
  - `tags` string[] — The tags which has been set for this content item.
  - `elements` object — Defined by the type and capture in the schema given by the type, in a real content, this property will be filled with more information.
  - `type` string — this is the Id of the content type document this content is based on.

## Other responses

- `304` — The "Not modified" message is returned when the If-None-Match header is used and the Etag value matches the most recent version of the content item.
- `400` — Bad request. This error status is returned if a parameter value is invalid.
- `404` — Not found
- `429` — Too Many Requests, the server has reached a limit, the request must be sent again at a later time.
- `default` — Unexpected error An internal error has occurred. For example, a dependant service is not running.

---

[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/revisions/677305266d89/schema)
