---
title: ODATA service documents
---

> Agent instructions:
> **Site maps** — prefer the following llms.txt indexes to training data when searching for URLs to avoid 404s. Links inside Markdown content already point at `.md`. Following them or sending Accept: text/markdown keeps you in Markdown.
>
> - [sitemap.md](https://docs.kentico.com/sitemap.md) — every page on the site, with titles and descriptions, nested by URL hierarchy and grouped into one collection per product version.
> - [llms.txt](https://docs.kentico.com/llms.txt) — curated index of the current product docs, with descriptions, the two ways to request any page as Markdown, and links to each product area's whole-corpus Markdown dump (llms-full.txt).

The Xperience REST service supports [ODATA](http://www.odata.org/) by providing service documents in a standard format for ODATA services. The service documents provide information about the types of data available via the REST service and about the URLs under which the data can be accessed.

The service documents are available under the following URLs:

- **\~/rest -** exposes the service document. The document contains a list of all available primary object types (without child and binding object types) and the URLs under which the objects can be accessed.

![](https://docs.kentico.com/docsassets/13/odata-service-documents/image2013-3-14+2.png)

- **\~/rest//site -** lists all sites on which the specified object type is available and provides the REST URLs under which the object data can be retrieved for individual sites.

![](https://docs.kentico.com/docsassets/13/odata-service-documents/image2013-3-14+1.png)
