ZEN Master
...
ZEN Master User Guide
ESNI Decisioning User Guide
Working with ESNI Elements
1 min
media , policy , viewingpolicy , and audience all have @lastupdated xml attributes these must be updated each time a new esni element is posted if @lastupdated is older than what is currently in the database, the xml will not update tip when using postman use this variable lastupdated="{{$isotimestamp}}" to ensure current time stamp adding an esni element put https //esni zen zixi com/ {customer zenmaster prefix} / {element} / id/of/element body xml formatted media when creating the other esni elements, replace “{element}” from the url above with the esni element type – media , policy , viewingpolicy , audience an id is not required when adding a new element, but it is recommended modifying/viewing an esni element put/get https //esni zen zixi com/ {customer zenmaster prefix}/{element} /id/of/element body for put xml formatted media with edits and updated \<lastupdated> value deleting an esni element delete https //esni zen zixi com/ {customer zenmaster prefix}/{element} /id/of/element body empty viewing all elements of a certain type in the database get https //esni zen zixi com/ {customer zenmaster prefix} /?role= {element} replace “ {element} ” from the url above with a capitalized version of the esni element type – media , policy , viewingpolicy , audience validating esni element xml put https //esni zen zixi com/ {customer zenmaster prefix} / validate body xml formatted media this request will return any errors in the xml preventing a successful upload checking zixi esni decisioning service version get https //esni zen zixi com/ {customer zenmaster prefix} / status/about body empty