changeTypes resource

Resource that manages change types.

JSON request templates

Some commands in this resource generate JSON output in multiple formats, as specified by the format parameter. These output formats include different subsets of properties for the requested elements, as appropriate for different use cases. The included properties for each format are described in the JSON templates below.
list, detail
{
  "dateCreated": "Timestamp that represents the date when 
  the change type was created",
  "icon": "Icon that represents the change type",
  "id": "Change type ID",
  "name": "Change type name"
}