Resources
uHeadless is split up by 5 different resources that you can use to query for data.
Resource | Description |
---|---|
Dictionary | Used to get the defined translations (dictionary items) define for the specified language in Umbraco. |
Doctypes | Used to get the defined document types and compositions in Umbraco. |
Languages | Used to get the defined languages in Umbraco and their settings. |
Query | Used to get multiple nodes by quering the data. This resource always returns a list if items. |
Url | Used to get a page by it's url. This resource looks a defined redirect rules and only returns one item. |