ContentApi
This topic explains how to communicate with the ContentAPI.
GET | get/api/episerver/v2.0/content/{contentReference} | Get content by given content reference and language. |
---|---|---|
GET | get/api/episerver/v2.0/content/{contentGuid} | Get content by given content GUID and language. |
GET | get/api/episerver/v2.0/content/{contentReference}/children | Get the children of the content item with given language. |
GET | get/api/episerver/v2.0/content/{contentGuid}/children | Preview API: Get the children of the content item with given language. |
GET | get/api/episerver/v2.0/content/{contentReference}/ancestors | Get the ancestors of the content item with given language. |
GET | get/api/episerver/v2.0/content/{contentGuid}/ancestors | Get the ancestors of the content item with given language. |
GET | get/api/episerver/v2.0/content | Get content by given content URL or by list of GUID/Reference with given language. |
Updated 4 months ago