content
This topic explains how to communicate with the content API.
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 about 1 month ago