Skip to content

CHILI GraFx Environment API Update

rn_icon

✨ New & Improved

Template creation and modification dates now available via API

You can now retrieve DateCreated and LastModifiedContentUtc for templates directly from the API — making it easier to track when a template was first created and when its content was last changed.

Both fields are available on the template list and the individual template endpoints:

GET /api/v1/environment/{environmentId}/templates
GET /api/v1/environment/{environmentId}/templates/{templateId}

This is useful for integrations that need to sort templates by recency, detect changes since a last sync, or display audit information in a connected system.

More info

Read more in the Developer Center