Exporting
You can export any Clip’s definition in two formats:
- The “portable” format
- The “live” format
The difference between the two formats is that the “live” format stores references to Classes while the portable format has absolutely no reference to real Classes or objects but rather it stores the Clip’s information strictly on a (portable) json that has only strings on it.
The “live” format
You can get the “live” export of any Clip (or any other Incident) via the “exportLiveDefinition” method provided by all Incidents, Groups or Clips. This method returns a json that has the following structure:
The “portable” format
The portable format only stores text information on it. In order to get the portable / text representation of any Clip (or any other Incident) just use the “exportDefinition” method provided by all Incidents, Groups or Clips. The method returns a json that has the following structure: