Skip to main content

Properties

NameTypeFormatDescriptionExample
uuidstringuuidThe renderer identifier as a 128 bit GUID
idstring-A unique renderer identifiermovie-listing
projectIdstring-The project identifier found in the project overview screen of the management consolemovieDb
namestring-The friendly name given to a renderer
descriptionstring-The description text given to a renderer
assignedContentTypesstring[...]-An array of content type Id's associated with the renderermovie, actor, studio
rulesobject[...]-Currently we support a single rule with a specified blockId. In the future we will extend rules to support multiple block and endpoint combinations based on different criteria.
versionobjectversion Version information about the renderer

Example

HTTP
{
	"uuid": "f8e9989a-3db7-45d3-8b11-b447afe2d401",
	"id": "top-movie-listing",
	"projectId": "movieDb",
	"name": "Latest top 10 movies",
	"description": "Renders the latest top 10 movies ordered by release date",
	"assignedContentTypes": ["landingPage"],
	"rules": [
		{
			"return": {
				"blockId": "movie-listing",
				"endpointId": null
			}
		}
	],
	"version": {
		"createdBy": "CI block push",
		"created": "2023-01-12T15:41:07.88043Z",
		"modifiedBy": null,
		"modified": null,
		"publishedBy": "CI block push",
		"published": "2023-01-12T15:41:07.88043Z",
		"versionNo": "1.0"
	}
}
HTTP
{
	"uuid": "f8e9989a-3db7-45d3-8b11-b447afe2d401",
	"id": "top-movie-listing",
	"projectId": "movieDb",
	"name": "Latest top 10 movies",
	"description": "Renders the latest top 10 movies ordered by release date",
	"assignedContentTypes": ["landingPage"],
	"rules": [
		{
			"return": {
				"blockId": "movie-listing",
				"endpointId": null
			}
		}
	],
	"version": {
		"createdBy": "CI block push",
		"created": "2023-01-12T15:41:07.88043Z",
		"modifiedBy": null,
		"modified": null,
		"publishedBy": "CI block push",
		"published": "2023-01-12T15:41:07.88043Z",
		"versionNo": "1.0"
	}
}

Still need help?

If you still need help after reading this article, don't hesitate to reach out to the Contensis community on Slack or raise a support ticket to get help from our team.
New support request