v1
latestOpenAPI 3.0.02026-07-2417611.8 MBAuthoring types
Retrieve a blank content type.
Use the /types/new end-point to get a blank content type document.<br />User roles: admin, manager, editor, viewer
get/authoring/v1/types/new
Headers
If-None-Matchstring
Provide an Etag value from a previous request to check whether the content type document retrieved is the most recent version. If the content type document is the most recent version, the call returns a 304 ( Not modified) message instead of sending the blank content type document back.
Response
Successfully retrieved a blank content type document.
Example response
{
"path": "/myTypes/SampleType.json",
"thumbnail": {
"id": "6c622bbb-5f5b-45d4-89e1-fce1c054138f",
"path": "/sales/images/hub.png",
"url": "/authoring/v1/resources/47d535ff288b3bd8383009abf82a9ea8"
}
}